Tagged Questions
1
vote
1answer
504 views
SKProductsRequest - No Response Now (was working - same code)
Code as following - this code worked yesterday are providing invalid ID's now longer works, i've been though code about 10 times
.m
#import <UIKit/UIKit.h>
#import ...
2
votes
3answers
2k views
In app purchases with MKStoreKit failing: “Problem in iTunes connect configuration for product: xxx”
I'm trying to implement in app purchases in my App using MKStoreKit. I've followed all the steps and I'm getting the error:
Problem in iTunes connect configuration for product:
I've recreated the ...
0
votes
2answers
704 views
SDK StoreKit Warning
I am getting down to the last programming on my little app and I am using the standard StoreKit code as follows:
- (void) paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray ...
0
votes
1answer
864 views
How can I intercept the StoreKit “buy dialog” to make a MBProgressHUD / UIProgressView show up correctly and at the right times?
I'm programming StoreKit into my iPhone app.
I can't seem to be able to intercept the buy item dialog wait time either before or after pressing the button to purchase the item.
Pretty much what I ...
3
votes
1answer
308 views
to submit iPhone application to app store do we need our own server in all cases?
i read this overview of the StoreKit API
but could not understand the role of developer's server exactly,
will you please elaborate the role and is it mandatory to have if i need to submit an ...
