I'm implementing IAP in to my app and have two questions:
1) I've used MKStoreKit (http://blog.mugunthkumar.com/coding/iphone-tutorial-%E2%80%93-in-app-purchases/) for the code and it works very well but I have one issue. When running it on my device using my distribution profile if I click the button the SKPaymentTransaction sometimes reports that the transaction has failed even before it asks for my test accounts password. As it's SKPaymentTransaction thats reporting it I don't think it's the code so is it a problem others have had or is it just a symptom of it to running as though it's been downloaded from the App Store as it's running in the Sandbox environment?
2) The IAP in iTunesConnect is at the stage where it wants me as the developer to approve it. As the app is already available but I only want the IAP to appear with the update being submitted how do I handle this? Obviously I don't want it appearing against the current version, just the upgrade when released.
1) I've used MKStoreKit (http://blog.mugunthkumar.com/coding/iphone-tutorial-%E2%80%93-in-app-purchases/) for the code and it works very well but I have one issue. When running it on my device using my distribution profile if I click the button the SKPaymentTransaction sometimes reports that the transaction has failed even before it asks for my test accounts password. As it's SKPaymentTransaction thats reporting it I don't think it's the code so is it a problem others have had or is it just a symptom of it to running as though it's been downloaded from the App Store as it's running in the Sandbox environment?
2) The IAP in iTunesConnect is at the stage where it wants me as the developer to approve it. As the app is already available but I only want the IAP to appear with the update being submitted how do I handle this? Obviously I don't want it appearing against the current version, just the upgrade when released.