I know Paypal has no as3 library but are there any way to integrate payments into an AIR mobile app coded in as3 and apk compiled (maybe PHP library) gracefully futher then webview window?
Asked
Active
Viewed 153 times
1 Answers
0
I recommend you to read these links:
- Development & Integration Guides
- Methods For Integrating Digital Goods Into Flash
- PayPal Mobile SDKs (Android and iOS)
- PayPal-PHP-SDK
You have some possibilities, use the PHP SDK and integrate with your application using URLLoader or using the Mobile SDK and create a Native Extension to integrate the native code with your ActionScript.

gabriel
- 2,351
- 4
- 20
- 23
-
Thanks for answer. I saw your links before. I think "ExternalInterface.call" is unuseful in apk enviroment. Is that correct? – Joan Pescador Jan 24 '15 at 09:48
-
ANE escape my coding skills because Paypal SDK need many libs and files. Do you know any ANE/Paypal specific tutorial or resource? – Joan Pescador Jan 24 '15 at 09:55
-
PHP SDK require a page with paid SSL certificate. This is a point I would like to avoid. – Joan Pescador Jan 24 '15 at 11:33