Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple / Android pay in nativeScript

what is the best way to use Apple / Android pay in nativeScript for in App purchase? Is there any plugin around? Can anyone give me a direction?

like image 721
Timo Schnoelzer Avatar asked Mar 21 '16 11:03

Timo Schnoelzer


2 Answers

Check out this one: https://www.npmjs.com/package/nativescript-purchase

Currently, it is only supporting IOS, but guessing will have Android support soon.

like image 87
Ignacio Avatar answered Sep 18 '22 11:09

Ignacio


nativescript-purchase currently supports both android and iOS. And it is constantly being updated.

like image 41
rkJun Avatar answered Sep 19 '22 11:09

rkJun