I want to add PayPal Donate button to my application, but I don't know how. I tried to search in google and on PayPal site, but I didn't found a solution. Do you have any suggestions ?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- Get payment by transaction ID using PayPal API
- 求获取指定qq 资料的方法
I found solution on that site : http://www.gorancic.com/blog/net/c-paypal-donate-button :
Have you checked their developer api? https://developer.paypal.com/webapps/developer/docs/
At least Android and IOs are mentioned.
Checking this and this will help you to achieve.
I assume you need to open a browser, to a defined web location? And supply your PayPal recipient parameters?
Did you Google for C# "open browser window" or "open browser URL"?