Hello,
In the need to activate app-purchase in an Ionic 1 app, I built my product using XCode and Application Loader. The app was successfully submitted to iTunes Connect.
In the app, I use https://github.com/AlexDisler/cordova-plugin-inapppurchase plugin to deal with the purchase process but when I try to test the purchase feature using my purchase ID (com.c2s.ios.bougeplus.premium) XCode throws the following logger : "RMStore: invalid product with id myproductId”. And I don’t understand why I can’t find my product. Connexion between RMStore and app is ok but my product's list is empty.
Would you help me to find out if the method I’m using to create my Product ID was good and why it’s not working though it’s displayed as an Approved ID on iTunes Connect page.
Thank you for your help