How to obtain paypal live application id - paypal

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.

Related

How to test my cordova app with paypal cordova plugin

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

Developer Paypal application disappeared

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.

Will a iTunes test User work on an app created on a different developer account

I have created an iTunes test User account from My Developer account.
My client has set up (on a different developer account) an application and in-app-purchase product.
Will I be able to use my test user to purchase the product the client has set up?
The answer is no - you can not.
Test users are restricted to buying content in the sandbox for Products on the Developer account they were created on.
I managed to get a friend to help me test this and got this error when I used his test user.

How to add application to facebook as a developer

I want to know how to create/add an application in Facebook as a developer?
I tried from Facebook developer, but after click create new app, I have given app name and name space, but it shows one pop regarding you can't create app because of no authentication. so I can't move up. I don't know how to overcome this?
Is there any way to add an application to Facebook?
You'll have to verify your Facebook account as a developers account.
You can read about it here - https://www.facebook.com/help/?faq=167551763306531
Basically there are two options. You can verify your account
via mobile phone
by adding a credit card to your account details.
Don't worry - they do not charge your credit card - it is only to be able to track back applications to "real" people so that they can be held accountable for "bad" apps that violate Facebook's terms of service...

Releasing an app - Developed on one account, releasing/approving on another

We have developed an application for a company who want to release it under their own account. It has been developed on our account and has had provisioning profiles attached to it from our own account. What is the best way to do this? Do I have to send them the xCode project and talk them through how to attack a provisioning profile to the project? Or can I just get their login details and create a provisioning profile from the Mac in the office and do it for them? Or is there a "transfer to different account" option?
Many thanks!
To answer your last question: Apps cannot be easily transferred to another account (when already available at the App Store).
But both of the other suggestions would work: An app is not tied to an account until you submit it via iTunesConnect. So you can just use provisioning profiles from another account to build the app for submission. Of course, you can do that in your office, using the credentials of the customer, or you can just hand over the project and let the customer do the submission.