How can i obtain PreApproval key for PayPal subscription? How the Preapprovals are working in Android?
Asked
Active
Viewed 465 times
6
-
Upvote..i m also stuck in same condition.Can anyone have some idea how generate Preapproval key? – Tofeeq Ahmad Dec 02 '11 at 11:46
1 Answers
0
There seems to be a cached blog post here, which outlines the steps one needs to take in order to obtain a PayPal PreApproval key.

Andrei
- 2,607
- 1
- 23
- 26
-
1Tried it : it doesn't work. There is definitely a problem with the documentation because there are no samples showing how the process works. It is a little bit frustrating ...please upvote so that we can (all) move forward – kaffein Feb 28 '12 at 18:56
-
1Here is a link : https://www.x.com/devzone/articles/creating-ebook-store-android-part-3 that may help you. Actually, I have managed to get the preapp key from the server but when I use it in the PaypalPreapproval object (in android) then it just doesn't work : it says **Invalid request paramater : preapprovalKey with value XXXXX**. I just don't understand since it's the newly created key that I received from an HTTP post sent to the server ... – kaffein Feb 29 '12 at 13:41