I've created 6 months ago an app on http://developer.paypal.com. I have created some accounts to test in sandbox mode. Yesterday I checked the http://developer.paypal.com account and I saw that my application disappeared, but the PayPal token that I have in my PHP application is working.
Where i can check the PayPal app ?
developer.paypal.com is the only portal for you to check your REST app. If the issue still persist, you might need to file a ticket via https://www.paypal-techsupport.com/app/ask
Their technical support will check this for you.
Related
I visited the Developer portal today and saw the facility to link in Sandbox test accounts. I have 4 test accounts which I have used previously and login successfully in sandbox.paypal.com, but when I try to link them into my live developer account I get the error message:
"Sandbox account you are trying to link is associated with another developer account"
I didn't know I had another developer account. Any ideas how I find it and unlink these test accounts, or somehow move them across?
Thanks!
If your sandbox account is already linked to another developer account, you cannot link it to your developer account. There is no option for unlink the sandbox account from developer account. You may create new sandbox test accounts and proceed with these.
I had refered the cordova plugin https://github.com/paypal/PayPal-Cordova-Plugin . But how to create test accounts for buyer and seller. I referred the link but I couldnt get proper idea.
Please help me by providing steps how to test my app.
Otherwise, How to use this plugin with help of inappbrowser?
After referring the documentation on PayPal. I got an idea on the implementation and the way to test the sample app.
Login to PayPal https://developer.paypal.com/developer/applications/
Go to Accounts tab under Sandbox.
Here click on create account and create sample business and personal account.
Then navigate to My Apps & Credentials section.Click on create app buttton. Enter the app name and give the sandbox developer account.
Once after app is created, u can find sandbox and live switch button on top left of the app page
Specify the required sandbox settings.
Follow the steps for building hybrid app with cordova paypal integration using https://github.com/paypal/PayPal-Cordova-Plugin
Specify the production and sandbox client id in the configuration.
Build and run the app.
On click of Pay using paypal with show the login page. Login with your paypal account.
The amount will be paid to the account that is specified in sandbox.
Verify the payment by checking the account details.
Go to https://developer.paypal.com/developer/accounts/ . Click on the business account created in sandbox. Check the notifications. You can find the transactions that you have made.
This is how we can test sample paypal app. This is what I have referred to test the sample app. But there is so much to dig into the topic.
Thanks
I am getting the below error for sandbox testing while test in app purchase
you are not authorized to make purchases of this in app in sandbox at
this time
How to avoid this error
Make sure of the following:
1. The test account created is from the same developer portal from which you generated your provisioning profile.
2. The test account still exists and was not deleted from there.
3. Use the same identifier for which you created the in-app purchase for your app in iTunesConnect.
I found that I got this error when trying to log in with the wrong test account. One not connected to my iTunes connect account.
Log into iTunes Connect and double check you are using the correct email address as in the test account.
Otherwise here is a pretty good post about all the checks you need to go through to get the in app purchases working in sandbox mode, each has a short blurb on completing each one: http://ireviewappsblog.wordpress.com/2014/07/07/adding-in-app-purchases-in-sand-box-mode/
It covers adding the app to iTunes connecting, setting up the developer account and then also adding the code in xCode to get it working.
1.Check in-app product identifier on itunesconnect is same as you are using in your application
2.Check the bundle identifier for your app are same in the development profile & & itunes connect
3.The status of in app purchase for which you are testing on iTunes connect should be "Ready to submit"
4.Delete the app from your device clean its build from xcode if you have changed bundle identifier or provisioning profile
5.No documents agreement should be pending on iTunes connect or developer.
It is possible that your test account does not exist any longer. I found that you are still able to log in with a deleted test account but you are not allowed to make purchases and you will see the same message as you described.
Chances are you are using provisioning profile from different developer account. check it once again.
Step 1 : Go to settings.
Step 2 : Select iTunes & Settings
Step 3 : Scroll to the bottom. There is a section for SANDBOX ACCOUNT
Step 4 : Sign in there using your Sandbox account
Now test your app & it will work fine.
For sandbox, only sandbox testers can make purchases.
Make sure testers NEVER use the sandbox accounts to make actual purchases; this will convert the sandbox account to a live account.
Only Sandbox Testers can make test purchases. It's NOT the users who are listed in Internal and External testers lists. Check iTunes Connect => Users and Roles => Sandbox Testers.
How do I obtain a PayPal Application ID in the live PayPal environment?
I followed the instructions on https://www.x.com/, but I could not find
My Account ==> My application ==> New App
as mentioned on the PayPal developer website.
Starting May 13th, 2013, PayPal App management for Classic APIs will no longer be available on x.com and will be migrated to developer.paypal.com. Please check back after May 16th for the new location of APP Management.
During this time, you will not have access to submit a new App or manage your existing APPs. Your current application IDs will not be impacted by migration and will be available post-migration at the new location.
Login to your paypal account.
First of all navigate to developer account applications
Then click on your App Name. (You have created previously)
Here you will see an option to chose Sandbox or Live. click respectively to get app Credentials.
i am testing my application in-app purchases with iTunes test account.
I run the game and i log-in to sand box test account.
when try to buy something in the app a message box prompt me with confirm your in-app purchase information.
Then I click “Buy” it ask me for Apple ID Password for my sand box account. When I give the password it prompt me with following message ...
Your Apple ID has been disabled.
[Environment: Sandbox]
I tested with several test accounts same result. Can anyone provide some help on this?
If you use sandbox IAP test accounts to login to real iTunes Store or in Settings app, your sandbox account gets disabled.
I can't find the exact documentation URL right now, but I'm sure I have read it.
Here is a warning message from documentation:
Important: Do not sign in with your test account in the Settings application.
This may be due to new iOS Paid App agreements that haven't been agreed to yet.
You need to make sure you log out of your real account in the App Store app before using a test user account.