Converting wildcard bundle identifier to single ID

后端 未结 3 2269
清歌不尽
清歌不尽 2021-02-15 15:11

I have an app in the app store that uses a wildcard bundle identifier. I want to implement in-app purchashing , which requires a non wildcard ID. How do I convert the wildcard

3条回答
  •  一向
    一向 (楼主)
    2021-02-15 16:00

    You don't actually need to change the app's id, you just need to make a new provisioning file for the specific id you've already shipped, and then sign the upgraded version of your app with the new code-signing certificate.

    That is, if the old app's bundle id was com.yourcompany.myapp, and signed with a com.yourcompany.* certificate, you just make a new com.yourcompany.myapp certificate, but you leave the app's bundle identifier the same as before.

提交回复
热议问题