dashman
dashman

Reputation: 3018

Interfacing with app-store subscription (ios)

My app is subscription based for the app store.

Is there any plug-in/help out there how one would get a {N} app to have this feature.

Thanks.

Upvotes: 2

Views: 185

Answers (1)

Emil Oberg
Emil Oberg

Reputation: 4046

Yes there are.

  1. Easiest would be to use a module made especially for NativeScript, such as nativescript-purchase (type seems to be subs for subscriptions, see this code)
  2. Second way, and a bit more complicated, would be to use a Cocoa Pod such as IAP Helper
  3. Most complicated way would be to build it yourself. As you've direct access to the platform's APIs when building NativeScript you can do all calls you need.

Upvotes: 3

Related Questions