I implemented InApp Purchase in my application.
These are the steps I took.
- Created a new application identifier like "QPSRWANSS5.com.cmpnyname.appname". Enabling application management.
- Provisioning file created and installed
- In my Project Info.plist, I gave the Bundle identifier, for example, "com.cmpnyname.appname"
- I added a binary iTunesConnect and rejected it
- Now a new InApp purchase has been added and all the necessary information has been provided, and the InApp purchase is now in the "Pending Review" state.
- Turned on storekit and added the request and response code.
- Created a test user in my account.
- Exited Apple Id on my device, deleted previous build on device
- Installed a new assembly in the new initialization file of my device
The output now has an invalid product identifier: com.cmpnyname.appname.feature
Can you guys help me where my problem is.
Another issue is my contracts / tax / banking contracts. In progress / iOS Paid apps / view bank information. Information in red
“Note: a banking update, your changes must be reflected within 24 hours. You cannot make any changes until your update completes processing.”
But I waited more than 48 hours, and still it does not go. Does this affect my invalid product id output?
source
share