I just imported the iOS prime31 Storekit plugin into my project and ran it on my device(iPad). After a lot of research after having a look into this youtube link and also StoreKit Guide I am unsure of what it does,because when I click “Get Product Data” button I got the following output in the log :
invalid productIdentifier: sevenDays
invalid productIdentifier: testProduct
invalid productIdentifier: tt
invalid productIdentifier: oneMonthSubsciber
invalid productIdentifier: anotherProduct
What product ID should I provide? And how could I purchase products and make transactions using this plugin?
Any help would be greatly appreciated.