Tagged Questions
0
votes
2answers
24 views
iOS App Beta Tester getting in-app purchase sandbox
I have in-app purchases in my app, which are live on the app store. I have sent out a new beta to my testers, and one is trying to make an in-app purchase but it is coming up with the sandbox. Is this ...
1
vote
1answer
75 views
In App purchases not working
I am in a strange situation. I have around 200 in app purchases in my application. Some I am able to test while for others i keep on getting SKErrorDomain error with error code =0. Since I am able to ...
0
votes
0answers
163 views
App Store not working as intended, but Sandbox-eviroment does while handeling receipts - In App-purchase
We have found a very strange bug in our app with the In-App purchase system.
The bug occurs when the user decides to buy the app. The buying process goes fine as far what we have noticed but, "IF" ...
0
votes
0answers
110 views
How can I connect a google sandbox checkout to test in-app purchases?
I am wondering if it is possible (and if so how) to use Google Checkout Merchant Sandbox for the android in-app purchases, for testing.
I know that what happens now is that even test accounts are ...
2
votes
0answers
215 views
restoreCompletedTransactions never calls updatedTransactions in StoreKit
I've been banging my head against the wall for a few days with this, since everything used to work fine, but now that I've moved to Mountain Lion, XCode 4.5 and iOS5.1 and iOS6, this issue came along ...
1
vote
1answer
52 views
How do I log in as a 'test user' for in-app purchases?
I've coded all of the purchases and created the test user accounts and when I come to test it says that I need to be signed in as a test user. The problem is I'm not sure how to log in as my 'test ...
0
votes
1answer
141 views
InAppPurchase in Jailbroken device
Can we test InAppPurchase(sandbox testing) from jailbroken device? Is there any connection between iTunes update and InAppPurchase testing?(means can't we test InAppPurchase sandbox testing if we have ...
0
votes
2answers
232 views
InAppPurchase in Sandbox(via test user)
To test InAppPurchase in sandbox, do i need to upload a app in Appstore?
If not then how the code will relate to the dummy app i made in iTunesConnect for inAppPurchase?
2
votes
0answers
93 views
How to test my inApp purchase in server model while my one app is live
I have an iOS app with in APP purchase with server model, and ready for QA submission. According to Apple documents, my server should call "https://sandbox.itunes.apple.com/verifyReceipt" url for ...
1
vote
1answer
200 views
Error of In App Purchase
I have completed all the steps for In App Purchase.
However, when the xcode program execute this below line code.
[[SKPaymentQueue defaultQueue] addPayment:[SKPayment paymentWithProduct:productID]];
...
12
votes
1answer
3k views
iOS In App Purchase: Will Apple reviewers test live or sandbox environment?
I use In App Payment to sell ingame consumables.
After successfull payment I forward the payment receipt to my backend, which validates the receipt with the iTunes payment backend.
This works ...
0
votes
1answer
129 views
Still getting “cannot Connect to iTunes” for in-app purchase
Comments in the SKPaymentQueue.h seem to indicate that the "USER will be asked to authenticate" if it is a restoreCompletedTransactions. It does not indicate authentication for addPayment. So, at what ...
0
votes
1answer
2k views
In App Purchase (Sandbox) - Receipt Validation Fails Because of curl / SSL
I have noticed that my server-side receipt validation code is failing only for the sandbox (the live version of my app in the store works fine, but on Xcode, where I am testing the next version, ...
0
votes
1answer
113 views
InAppPurchase - Find mode (is Sandbox)
As you know, in InAppPurchase's development process we make purchase in sandbox environment
Is there a way to know if the purchase made on sandbox environment?
10x
0
votes
0answers
232 views
iOS: In-App-Purches failes on test devices
I am working on a new version of an app which has already been published on the App Store. The app uses In-App-Purchase to unlock its full version features which works without any problem.
I have ...
2
votes
1answer
319 views
Issues on testing In-App-purchase in iOS with Sandbox
I am facing a strange behavior with In-App-Purchase in iOS while testing with sandbox. Few things I observed, Please make your comments where I am wrong.
I know sandbox has small time interval for ...
0
votes
1answer
153 views
Pop up while re-subscribing for product in sandbox environment
I am creating app in which user have to subscribe for product for 1 month/year. I was testing app in sandbox environment. For that i created test user account from itunes connect. I purchase product ...
0
votes
2answers
521 views
SKPaymentTransaction expires_date,seems like “auto renew” mechanism doesn't work in the sandbox
I've almost managed Auto renewable subscription in my app, but one strange thing occures - it doesn't auto renews.
I have a button, which adds an SKPayment with my product and it gives me receit with ...
3
votes
4answers
3k views
Why In-App purchase sandbox always ask “Verification Required”?
I have signed out from the store in device settings.
I entered user credentials only in my App.
I have set up a brand new (actually around 4 times) test user.
Why this message keep poppin' up?
Is it ...
2
votes
1answer
477 views
iPhone sandbox environment asks for credit card
I previously successfully created an app including in-app and was able to test then in sandbox environment before submitting to app store.
Now I am working on update. I am not able to test in-app in ...
1
vote
2answers
871 views
iOS In App Purchases: only one payment added to the SKPaymentQueue but a SKPaymentTransactionObserver method is getting called multiple times
I'm testing the IAP using a test user (in the sandbox), I have a class that implements the SKPaymentTransactionObserver protocol and when the user selects a certain table view cell, I initiate the ...
2
votes
2answers
389 views
Autorenewable Subscriptions won't be autorenewed
Sorry for that millionth question on autorenewable subscriptions, but i don't get it.
I've done everything as describet in Apples In-App Purchase Guidelines but it didn't solve the problem.
My ...
0
votes
1answer
202 views
Does the sandbox enviroment still work once the iphone app goes live?
Does the sandbox environment still work once the app goes live ?
I just want to know if i will be able to further test my in-app purchase once the app is aproved by apple.
Thanks.
6
votes
1answer
3k views
iOS/iPhone: in-app purchase sandbox broken while app in “rejected” state?
(See MAIN THRUST below to skip to the main thrust of my question.)
My iOS app was rejected in the Apple review process for a minor reason that was easy to fix.
However, I wanted to give the new ...
0
votes
1answer
641 views
in-app purchase sandbox mystery: phone left in state unable to initiate purchase
I have an ad-hoc deployment of my iOS game, which includes in-app purchase. It is correctly set up with a purchasable item on itunes, and I have test users on itunes. I am able to successfully test it ...
2
votes
1answer
213 views
In app purchase testing
I have my first app launched just now. I was putting an in-app purchase but it got really difficult so I commented it out and submitted a version to itunes connect without the upgrade, just to get it ...
2
votes
1answer
793 views
Debug in-app purchase outside of sandbox?
I have an app that uses non-consumable in-app purchases to provide content to the user.
These purchases work fantastically when I run from Xcode (via sandbox) or via ad-hoc builds (for some reason, ...
0
votes
2answers
3k views
In App Purchase error “This is not a Test User account”
I've successfully implemented In App Purchasing and 99,9% of the users successfully buy the IAP product. However, one user with a jailbroken phone gets this error:
Is there anything I can suggest ...
0
votes
1answer
972 views
php script for in-app purchase
i'm doing an application for iPhone/iPad which uses the in-app purchase functionality. On the server side i load a php script for the receipt verification. Here is the content of the script:
<?php
...
6
votes
1answer
1k 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 ...
0
votes
1answer
612 views
Can I test my In App Purchase in the sandbox when the App is in the App Store?
My app is already in the App Store but there seems to be a bug with the In App Purchase. I want to debug it but I cannot get into the sandbox environment with my iPhone and XCode. Is there anything ...
1
vote
1answer
634 views
Code solution to prevent production in app purchase from using sandbox?
I have an issue where a live app is using in app purchase. Everything tested well and for the most part seems to be working well in the app sold from iTunes.
Recently I have had 2 reported cases of ...
2
votes
1answer
559 views
stuck with sandbox account
I created a test account to check in app purchases. I could purchase and the purchase was successful. After that I found a bug in navigation. I fixed a bug, created another account and deleted the ...
0
votes
1answer
4k views
Strange failure of iPhone in-app purchase in sandbox - no NSError!
After searching through this forum and online for hours, I can't find an answer to the problem I'm having. Here's the basic scenario:
Trying to make an in-app purchase in my app in the sandbox ...
