22
votes
15answers
13k views
iPhone In-App Purchase Store Kit error -1003 “Cannot connect to iTunes Store”
I've been working on adding in-app purchases and was able to create and test in-app purchases using Store Kit (yay!). During testing, I exercised my app in a way which caused the app to crash mid ...
18
votes
7answers
9k views
iPhone Store Kit “Cannot connect to iTunes Store”
I am working on adding In-App purchases to my app.
I am able to receive the productsRequest:didReceiveResponse method, and receive the array of products.
My problem arises when I add a SKPayment to ...
18
votes
2answers
5k views
When to use restoreCompletedTransactions for in-app purchases?
For a basic app with nonconsumable in-app purchases, has anyone figured out best practices for using SKPaymentQueue's restoreCompletedTransactions?
Observations
I know it's recommended to always ...
15
votes
5answers
896 views
iOS 5 does not allow to store downloaded data in Documents directory?
I have made an application for my client by keeping target iOS as 4.
But since the application still not submitted to Apple store, my client is planning to upgrade it for iOS 5.0.
For this I read ...
15
votes
4answers
6k views
How can my server securely authenticate iPhone in-app purchase?
Look at Apple's diagram for the server purchase model.
In step #9, how can the server know that it is really talking with an iPhone that is entitled to the purchase, and that Eve is not performing a ...
13
votes
3answers
785 views
iOS recurring subscription policy for service, not content
Apologies in advance for a policy, rather than a programming question, but given the paucity of information available online I hope I can be forgiven for asking it here.
I would like to use the new ...
13
votes
4answers
4k views
In app auto-renewable subscriptions
Sorry for the millionth question about iTunes subscriptions, but I still have a few doubts.
Basically I'm implementing auto-renewable subscriptions in my app and I want to make sure I got it right. ...
13
votes
4answers
4k views
Any (early) experiences with auto-renewable subscriptions for iOS
Apple finally introduced the so called auto-renewable subscriptions yesterday. Since I only have few (sandbox-only) experiences with in-app-purchase, I'm not sure that I got it all right here. It ...
11
votes
3answers
8k views
8
votes
2answers
3k views
In-app Purchase “ready to submit”, but won't let me submit it
I have some in-app purchases setup for an application. The in-app purchases are all tested, and working great - however I can't submit them for review. I submitted the application binary for review, ...
8
votes
1answer
3k views
In App Purchase Crashes on [[SKPaymentQueue defaultQueue] addPayment:payment]
My In App Purchases work. I present a ModalView with a "Buy" UIButton. You click the button and the In App Purchase goes through the process. You can even do it several times in a row.
The problem ...
8
votes
4answers
1k views
Transition an existing paid for app to free version with In App Purchase
I have existing users of a paid for app on the App Store. I'd like to transition the app to a free app with unlock-able features. Is there a way to roll my existing users into this new free version ...
7
votes
3answers
435 views
Can we check if a user's In App Purchase has been refunded by Apple?
Situation:
- User makes an IAP and is awarded some content, we store the users device id to ensure they can access this content whenever they want.
- User decided they do not like the content, so they ...
7
votes
2answers
772 views
SKPaymentQueue addTransactionObserver asking for App Store password on startup after in-app purchase
My app is using in-app purchases, and most of my users can purchase just fine without any problems. For these folks, my app downloads the content after the purchase succeeds and they are happy.
...
7
votes
3answers
1k views
Testing iPhone in-app purchases in ad hoc distribution mode
My iphone application has in-app purchases and those have been tested using the iTunes Connect test user account. I'm now distributing it via ad-hoc distribution to beta testers. Is there any way to ...
6
votes
2answers
191 views
Consumable product is acting strange and making duplicate requests.. What could be the cause?
I am doing in app purchase on two of my controllers say view1,view2.
when I buy a consumable product in view1 everything works fine.
but when I buy another consumable product on view2 after the ...
6
votes
2answers
2k views
Subscription based in-App Purchase tutorial
Is there any tutorial to implement Subscription based in-App Purchase.If any then please mention the link or post the code.
6
votes
2answers
3k views
iPhone In App Purchase - response.products are still empty?! Please help
I've wasted so much time on this and so I'm now begging for some help. Basically, I've tried to set up in app purchases on a test app before I implement them into a proper app that my company are ...
6
votes
3answers
993 views
SKPayementQueue: restoring transactions finishes without calling 'updatedTransactions' in release config but not debug config
I'm debugging restoring transactions and in my debug configuration everything works normally:
IE I call:
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];
sometime later the ...
6
votes
1answer
2k views
iPhone + In App purchase + determine whether product is purchased or not
I am implementing In App purchase in my application.
What I want to do is that I have few features that are locked and once user click that feature it will ask to buy that product and once they buy, ...
5
votes
2answers
61 views
Is it possible to implement In-App Purchases only for a subset of countries?
Is there a way to use In-App Purchases such that they're NOT available in the USA, and at the same time figure out if they're available or not - and if not, perform special tasks for customers in the ...
5
votes
1answer
229 views
Turning off an in-app purchase?
We currently have a live app that features episodic content in the App store.
We're re-working our pricing, and instead of offering individual episodes for purchase, we want to have it as simply an ...
5
votes
3answers
761 views
How to test renewable subscriptions (App Store)
I'm implementing auto renewable subscriptions in my app and I wonder if there is a way to simulate when a subscription period runs out and a new transaction is created.
The app is connected to a ...
5
votes
2answers
735 views
Do auto-renewable subscriptions send an SKPaymentTransactionStatePurchased transaction when they auto-renew?
Does the AppStore send out a transaction when it auto-renews an auto-renewable subscription? If so, can it reliably be detected by an App the next time the App loads if it sets itself as an ...
5
votes
3answers
5k views
How to check In App Purchase Auto Renewable Subscription is valid
I'm looking to implement the new Auto Renewable subscriptions using In App purchase but I am unsure how or when to check if the user is currently subscribed. My understanding is that when the user ...
5
votes
5answers
1k views
Expected sequence when using iTunes test user
I'm trying to test in app purchases in our app but I'm not having any luck. Part of the problem may be due to the expected sequence not being documented anywhere. Here are the steps I followed to ...
5
votes
7answers
694 views
InApp Purchase, help needed!
i just got rejected on my Free app from appstore. I uploaded 3 apps, HD(iPad), PayedIphone and freeiphone. In the free-version i had a link to the fullversion.
Appearently i need inAppPurchase in the ...
5
votes
4answers
837 views
How to test In App purchase again and again and again…?
My in app purchase project working perfectly now, but I need to test purchasing and when once purchase is successfully done it cannot be undone? How can I test in app purchasing and upgrading my app ...
4
votes
1answer
47 views
Storekit / In App Purchases: Does the “Environment: Sandbox” tag disappear when I submit my app to the app store?
This is my first time implementing In App Purchases. During development and testing of my In App Purchases, I see the following alerts during the In App Purchases:
My In App Purchases work ...
4
votes
1answer
66 views
When is the user charged for an in-app purchase?
When is the user charged for an iOS in-app purchase?
Is it between addPayment and paymentQueue:updatedTransactions: receives SKPaymentTransactionStatePurchased, or is it after calling ...
4
votes
2answers
303 views
Clearing purchases from IOS in-app purchase sandbox for a test user
Does anyone have any ideas on how to reset and/or clear the IOS in-app purchase sandbox? I have an app that I'm testing with the sandbox, and I'd like to test new purchases without having to create a ...
4
votes
1answer
2k views
In-App Purchase
While testing In-App-Purchase in the SANDBOX ENVIRONMENT on the device, I'm logging the following error :
Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo=0x2916a0 ...
4
votes
4answers
1k views
inAPP purchase testing procedure
I'm going crazy testing my app for inApp purchase. I cannot get any valid product.
I'll try to make some questions here, hope someone could answer.
Do i have to upload binary of my test app on ...
4
votes
1answer
2k views
Does PhoneGap support In-App Purchase?
Has anyone used David Orchard's fork for in-app purchases with PhoneGap? It hasn't been updated in over a year. According to this thread Urban Airship can't help yet.
4
votes
1answer
242 views
what's the likely max length of apple ios purchase receipt-data?
Before beginning to test the iOS autorenewing purchases I need to prepare my server database. My question is simple. I just wanna know what size I should make the varchar field in my database.
4
votes
1answer
254 views
Unlocking premium content via in-app purchase on iPhone
I need to add an in-app purchase option to my iPhone application. All it needs to do is to unlock the additional content - the content is there, in the bundle alredy, it's just a matter of setting a ...
4
votes
1answer
577 views
Testing in-app purchase before going live
So here is the scenario:
You have already tested your in-app purchase code in the sandbox environment and everything went perfectly.
Your app is now "Ready for Sale" and you want to make sure ...
4
votes
6answers
1k views
Transaction comes back after finishTransaction: has been called on it
I am using in-app purchase for an iPhone app. I have a class that acts as SKProductsRequestDelegate and SKPaymentTransactionObserver, and it's all working fine in the currently released version ...
4
votes
3answers
520 views
What exactly is apple looking for when they ask for an in-app purchase screenshot?
Do they want the purchased content in action or the store interface? what if i have a bunch of products that are very similar can I just use a single screenshot for all of them?
Any help would be ...
4
votes
3answers
1k views
Workaround to lack of promotional codes for in-app purchases
Apple doesn't offer promotional codes for in-app purchases. What's the best way to let users try the features or content unlocked by in-app purchases for free, while complying with Apple's Developer ...
4
votes
3answers
174 views
How to know when the user touches the OK button of the last StoreKit alert “Thank you. Your purchase was successful”?
I have integrated "In App Purchase" in a game to let the user unlock more levels. Everything works fine, but I have a little problem with the last alert "Thank You. Your purchase was successful. ...
4
votes
2answers
1k views
Remove In-App Purchase from free app and increase the price
The current version of an application in the App Store is free and has very limited functionality. An In-App Purchase unlocks everything else.
I have decided to remove the In-App Purchase and just ...
4
votes
3answers
2k views
iPhone: Setting up an app for use as an “In App Purchase”
Regarding In App Purchases, I can find a lot of information on all the technicalities of actually making purchases and interacting with the store (how to retrieve product information, verify receipts, ...
4
votes
6answers
4k views
iPhone Store Kit returning invalid product ID errors
I am trying to test In App Purchases on my iPhone and running into a problem where the product IDs I request information for end up being returned to me as invalid product IDs in the ...
3
votes
2answers
62 views
How to stop uiactivityindicator after waiting for in-app purchase store to load
I thought one of these would do it, none of them are getting called -_-
- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions
{
NSLog(@"flag paymentQueue");
...
3
votes
1answer
367 views
iOS sandbox environment auto-renewal subscription
I like to have comment on the following questions in regarding iOS auto-renewable subscription
a) Are auto-renewal subscriptions really auto renewing in sandbox environment? The problem seems to be ...
3
votes
1answer
103 views
Switching from a paid app to a free app with auto-renewing subscription
I have an app which costs $5. I'd like to change this so that the app is free and that users must purchase an auto-renewing subscription to use it. I know how to implement the auto-renewing ...
3
votes
1answer
150 views
Apple - Suspend / refund in-app auto-renewable subscription
I have an iPhone/iPad application that offers a monthly subscription to a service. Although, this service is totally useless during 2 months in the whole year.
Is there any way to either suspend all ...
3
votes
2answers
1k views
“Cannot connect to iTunes Store” in-app purchase problem
I am having problems testing my in-app purchases. I get back valid product identifiers, but upon purchase I receive the dreaded "Cannot connect to iTunes Store". Interesting thing is that restore ...
3
votes
4answers
445 views
Can I use PayPal in iPhone/iPad apps?
I am working on an application that through which I want to sell some event Tickets.
Can I use PayPal for this purpose, and will Apple approve the app using other that StoreKit Framework.
I ...