Hi I'm new for iOS development, I created my application and I separate bundle id for 3 ids for each environment ( dev, staging, production )
example.
com.xxx.bb.dev
com.xxx.bb.staging
com.xxx.bb
For my requirement now,
- I have to link my app to firebase distribution for deliver my app to tester for all 3 environments.
- I have to separate p12 cert for push notification for each environment.
dev and staging
is use for tester only andprod
use for upload to testflight and store
My question is.
In apple developer program, I have to create 3 app ids for each environments ?