-1

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?

1 Answers1

0

I recommend you to read these links:

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