StoreKit - All product ID's are invalid. Why?
so here's the data i'm working with (obviously changed a bit, but still the same idea)
*created test in-app purchasing user*
*settings->store Account IS the test user created*
Bundle ID: com.example.app
Product ID: com.example.app.brv4w (Status: pending developer approval)
App ID: 3X4MPL3.com.example.app
Enable In App Purchase: CHECKED
SKProductsRequest *myProdsRequest = [[SKProductsRequest alloc] initWithProductIdentifiers:[NSSet setWithObject:@"com.example.app.brv4w"]];
myProdsRequest.delegate = self;
[myProdsRequest start];
-(void) productsRequest: (SKProductsRequest *) request didReceiveResponse:(SKProductsResponse *) response {
in here [response.products count] is 0 and [response.invalidProductIdentifiers count] is 1
I can not figure out how to make [response.invalidProductIdentifiers count] 0 and [response.products count] 1. If anyone has any ideas, please let me know..
Message was edited by: Jason Swaby
Core 2 Duo 2.5ghz, Mac OS X (10.5.8), iPhone 3G