How to get the Bundle ID
TIP
Bundle ID is a unique identifier for third-party apps, known as Bundle ID in the iOS App Marketplace and Application ID in the Android App Marketplace.
1. How to get the iOS Bundle ID?
1.1 Developer access
Use Xcode and switch to Info under Bundle identifier, where both the black and grey text should be copied down.
1.2 Developer Platform access
Login to iOS developer platform, in the App information, copy the "Set ID".
2. How to get the Android Package/Application ID?
Open the build.gradle configuration file of the Android application project, and the content corresponding to the applicationId property under android configuration is the application package name/applicationId.
3. How to get BundleID when using PhizClip to app?
When you use Applet to App, you need to add an associated app in PhizClip admin backend first. When naming the BundleID, you can use com at the beginning, and then add your own team and app name, such as com.companyname.appname.