I have an app that uses in app purchases, and they worked fine when i tested them. That app is now in the app store. So I wanted to make a similar app, so i duplicated the project folder (in finder), renamed it, renamed the project in Xcode, changed the Identifier/Bundle ID, made a new app ID for it, made a provisioning profile for it, set it up in itunes connect (pretty much everything I did for the original app), but when i make a product request the array comes back empty. The app’s status is “waiting for upload” and the IAP status is “waiting for review”. Is there something besides the IDs that I need to change, that’s lingering over from the original app that could be messing it up? I’ve gone thru walkthroughs and double checked everything, so not sure what else it could be.
Share
It turned out I needed to request only the product name, not com.companyname.app.productname…unlike my other app, which DID use the bundle ID…silly apple.