(Note: I am not looking for tips or tutorials on how to write in-app purchases, I just want to make sure I can add in-app purchases in the future.)
The general convention followed all over the world is com.yourcompanyname.appname.
Therefore, please do not use Add “*” or any other wild card characters after appname.
This is the most important thing you need to take care of now.
I’m currently A “basic” version of the iOS app is being developed. At some point in the future, I want to add features that I want to offer as an in-app purchase. What steps must I take to ensure that I can expand my app in the future?
(Note: I am not looking for tips or tutorials on how to write in-app purchases, I just want to make sure I can add in-app purchases in the future.)
If you want to integrate in-app purchases or APNS, the most important thing to remember is that when you create an app and upload it to the App Store, don’t include it in the package identifier Place wildcards.
The general convention followed all over the world is com.yourcompanyname.appname.
Therefore, please do not add “*” or any other wild card after appname Characters.
This is the most important thing you need to take care of now.