How to Get the Bundle Identifier
Find the Bundle Identifier for your iOS application.
The Bundle Identifier is a unique identifier for your iOS application, required for configuring the Grovs SDK.
1
Open your project in Xcode
Launch Xcode and open your iOS project.
2
Select your app target
In the Project Navigator, click on the project file at the top of the file list, then select your app target from the list of targets.
3
Go to the General tab
Navigate to the General tab in the target settings.
4
Find the Bundle Identifier
In the Identity section, locate the Bundle Identifier field. Copy this value for use in your Grovs configuration.
The Bundle Identifier typically follows reverse domain name notation, such as com.example.myapp.