-
Notifications
You must be signed in to change notification settings - Fork 13
Home
anystone edited this page Mar 21, 2011
·
25 revisions
The following instructions assume the use of Xcode 4. If you are using Xcode 3, the steps are similar, but different. ;)
- In Xcode 4, open the project you wish to add in app purchase functionality to.
- In the finder, find the location of the "ASTStoreController.xcodeproj"
- Drag "ASTStoreController.xcodeproj" into a folder in your open Xcode project.
- In the "Project Navigator" select the target you wish to include the ASTStoreController in, and select the "Build Phases" tab. Under "Link Binary with Libraries", select the + sign and add libASTStoreController.a
- To simplify access to the public headers, select the "ASTStoreControllerHeaders" folder and drag a copy out of the ASTStoreController.xcodeproj enclosure and into somewhere else in your project.