I am trying to build a phone app and I am considering NativeScript however I am unable to find plugins for taking payments using paypal on Android and ios. There is one unoffical plugin that works only on Android. For such important functionality I wonder if there is an official plugin from NativeScript and if not what are my options?
thank you
Hey @sulhome there is no official plugin developed for Paypal payments, however as NativeScript is open source product a lot of the plugins are developed by the community (including the one you have come across which provide the Android implementation).
If that plugin does not suites your needs then one possible option is to create your own plugin using the Paypal SDKs.
There is also a plugin for in-app purchases that supports both iOS and Android
@sulhome
Possibly the easiest scenario for iOS is to use PaypalMPL CocoaPod which you can include in your NativeScript project and then you will have access to the native API. More about this option here
@NickIliev thank you for your help
For anyone interested in Paypal payments - there are two community driven plugins
https://market.nativescript.org/plugins/nativescript-paypal-checkout
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.