Skip to content

Instantly share code, notes, and snippets.

@mgmilcher
Created September 14, 2013 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgmilcher/6563332 to your computer and use it in GitHub Desktop.
Save mgmilcher/6563332 to your computer and use it in GitHub Desktop.
In App Purchasing with Cordova

####Install PhoneGap IAP Plugin

plugman install --platform ios --project [directory] --plugin git://github.com/j3k0/PhoneGap-InAppPurchase-iOS.git

####Add StoreKit framework to XCode project

  1. Go to the Build Phases tab in your project target
  2. Expand the "Link Binary With Libraries" list.
  3. Click the plus button at the button
  4. Search for StoreKit and add the StoreKit.framework item.

To be continued

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment