I have an iOS app which I am about to release on the App store. I want to test In-App purchases in production environment. How I can test In-App purchases for production app which has not been released yet?
The answer is 'NO'.
For app that has not been release on App Store, you can test your IAP items in sandbox environment ONLY.
Go to itunesConnect , Users and Roles, Create a sandbox user .
I am thinking you have already made the in app purchase items in your app in itunes connect.
Now in your device log out the Appstore ID from settings.
Do the in app purchase using the Test user credentials you created, and it will make the in app using a sandbox environment.
For more info about In App follow this link
Cheers
Related
I am working on a react-native mobile app that is about unlocking experiences uploaded by other users. (roadtrips, videos, ...).
So the user can login/signup to the app, and explore the experiences uploaded, but each experience has a price the user needs to purchase it in order to view/use it.
so am I obliged to use the in-app purchase provided by apple or I can use a different payment gateaway by poping up a webview or sending him outside the app through the payment gateaway link ?
Note: without having my app to be rejected.
We have our application live on production. Is using an Facebook App ID for Business and is currently in use.
Before deploying updates to production we first test them on staging which uses a Facebook Test App cloned from the main App.
Right now we implemented a new functionality on staging which uses some new permissions. We tested it and is ready for deploy but first we need those permissions approved on production so our users can use it.
I can't see any App Review button on the Test App inside the App Dashboard on Facebook Dev. The solution would be to ask for those permissions on production but we haven't deployed there yet because the app is currently in use and the new funtionality will not work without those permissions from the start.
Any idea of what we can do to get those permissions approved on production?
I have already created sandbox tester account.
I want to upload TestFlight app for sandbox User only including developer certification not production certificate, is it possible?
if yes than how?
any reference link?
No you can't.
TestFlight builds are production builds. If you need to distribute the app through TestFlight, you must need to have production certificate and provisioning profile to build and submit.
I am trying to use a Sandbox Tester Account on my Mac to test In-App purchases with the Mac App Store. From Apple's documentation it seems I need to sign into my Sandbox Tester account on my Mac to test this functionality.
I have a few developer accounts, in addition to a sandbox tester account, in Xcode. How can I determine (and change) which account Xcode uses when my app queries Apple with the SKProductsRequest API?
I am running the app directly from Xcode.
As #LeoNatan pointed out, just sign into the Mac Developer account with the Sandbox Tester account. This will be enough -- the app will then use that account for communication via SKProductsRequest
Is there any way to test your app or plugin before submitting for approval?
Or is there any sandbox for BigCommerce to test the apps prior?
How were the developers of the apps that are presently in the BigCommerce store able to test during the development phase?
You can test your app in a free trial store.
You can do this by:
Setting up a developer account
Logging in to the Apps section
Adding a draft app
Logging in to any Bigcommerce store (preferably a trial store) where you are an admin
Go to Apps then My Drafts
Install your app & test away
See https://developer.bigcommerce.com for more info.
To test your app on local, use ngrok.io to create a https url that tunnels to your localhost