-
Notifications
You must be signed in to change notification settings - Fork 1.1k
In App Purchase and In-App Billing plugins please #361
Comments
I think there is already a angular plugin for it: https://github.com/AlexDisler/ng-storekit#usage |
Hi @mrzmyr - yes, I can see it is an Angular plugin, that is why I linked to it as an example. I was suggesting that perhaps it could be incorporated into ngCordova though... |
If I got the approach right, ngCordova tries to focus more to bring VanillaJS Cordova API's into the AngularJS world and not to integrate other AngularJS services into ngCordova. |
Sorry, I guess I should have been more clear. I'm not suggesting that the actual Angular plugin be incorporated and wrapped, rather I'm suggesting they could implement an ngCordova equivalent in a very similar way to https://github.com/AlexDisler/ng-storekit I'm aware that I can achieve what I'm after by using that existing plugin. The only advantage would be to have it under the ngCordova module and maintained as part of this repo. If the goal of ngCordova is to implement a comprehensive set of plugins, then I would say In App Purchase is pretty important. Everything else is being added to ngCordova, so why not In App Purchase. @AlexDisler - what are your thoughts on maybe incorporating your plugin into the ngCordova repo? |
The author of the plugin @j3k0 is working on adding support for Android, and changing the current api to support both Android and iOS. I think it's worth to wait and then perhaps incorporate the new plugin into ngCordova. |
Thanks for the update @AlexDisler - sounds great. Having it support Android as well would be awesome. |
We are up to do whatever works. This is MIT so we could always incorporate it and keep the attribution in the source. What's the consensus? I'm a bit confused which would be preferred. |
If the plugin is currently being altered so it supports Android too, I think it's probably worth waiting and then adding the new one to ngCordova as AlexDisler suggests. |
The new multi-platform (Android/iOS) version of the plugin is finally ready and tested thanks to us donors on Indiegogo and other sponsors like Ionic. |
This one must be there :) |
+100 for having this part of this awesome library :D |
Closing this and moving it #262. |
e.g. https://github.com/AlexDisler/ng-storekit
The text was updated successfully, but these errors were encountered: