Skip to content
anystone edited this page Mar 21, 2011 · 25 revisions

Installation

The following instructions assume the use of Xcode 4. If you are using Xcode 3, the steps are similar, but different. ;)

  1. In Xcode 4, open the project you wish to add in app purchase functionality to.
  2. In the finder, find the location of the "ASTStoreController.xcodeproj"
  3. Drag "ASTStoreController.xcodeproj" into a folder in your open Xcode project.
  4. 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
  5. 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.
Clone this wiki locally