Hello,
I am getting zero product identifiers from SKProductsRequest
I did the following steps
a) created a In App Purchase Test User account under 'Manage Users' in iTunes Connect
b) created some in app purchase products under 'Manage Your In App Purchases'.
c) Loaded the app onto the iPhone, went to Settings->Store and logged out of the regular store
d) set a breakpoint in the (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response callback
All the submitted Product ID's are in the response.invalidProductIdentifiers category. When submitting the request I use either the Product ID's used under b) directly or I tried to prefix them with the Bundle ID:
Thanks In Adavance
Raghu,