storekit In app purchase invalid product identifiers
Posted
by Sridhar
on Stack Overflow
See other posts from Stack Overflow
or by Sridhar
Published on 2009-09-24T12:43:33Z
Indexed on
2010/04/30
1:57 UTC
Read the original article
Hit count: 634
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,
© Stack Overflow or respective owner