Team ID and iOS Bundle ID
To build iOS app or setup Apple Login and some iOS features, you need the iOS Bundle ID and Team ID.
Get the Team ID and iOS Bundle ID
Create Bundle ID for iOS app on Windows or Mac
Create Firebase Bundle ID
- In the Certificates, Identifiers & Profiles screen, select
Identifiers
, click the + icon as below:
- Select
App IDs
and clickContinue
.
- Select
App
and clickContinue
.
- Enter
Description
andBundle ID
of OneSignal, select theExplicit
option. In Capabilities, select theApp Groups
checkbox. Then clickContinue
andRegister
.
tip
NOTE: Bundle id Firebase is required to be generated from the Bundle Id of the project and ends with .firebase
. E.g., Bundle id Project is com.demoapp.fluxstore
, so Bundle id Firebase must be com.demoapp.fluxstore.firebase
.