简体   繁体   中英

AppStore and Testflight with same certificate

I have an iPhone application currently available on the AppStore. I will be adding some new features to this app, but before I make new version public I want to let some testers test it through Testflight. And, when implementing new features, I will probably fix some bugs on the first version. So, I have 2 questions:

  1. Is it possible to use the same provisioning profile for both deployments (AppStore and Testflight)?
  2. Is it possible to send push notifications simultaneously on both versions or do I have to define separate feeds?

These are not different "versions" or different "deployments". The whole point of TestFlight is that the binary you are testing with TestFlight is identically the same binary that you would release to the App Store if you decided it was good; otherwise, this would not be a valid test; You do not try stuff on TestFlight and then make and upload another build for the Store; you try stuff on TestFlight and then turn around to the Store and say "release that one".

  1. Is it possible to use the same provisioning profile for both deployments (AppStore and Testflight)?

    YES . Same provisioning profile can be used

  2. Is it possible to send push notifications simultaneously on both versions or do I have to define separate feeds?

    YES . Its possible to send push notifications simultaneously on both versions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM