Skip to content

billygoat/IAP-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IAP Sample

This is a really basic app that demonstrates the bare minimum you need to do to perform in-app purchases in iOS.

To Use

  1. Change the bundle identifier to your own that you've created in the iOS Development Center.

  2. In InAppPurchasesManager.m, find this line:

    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:[NSSet setWithObjects:]];
    

    Add your product identifiers (that you set up in iTunes Connect) to the NSSet.

About

A basic example of how to do In-App Purchases in iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published