public
Description: Cocoa in-app store for Potion Store
Homepage: http://www.potionfactory.com/potionstore/
Clone URL: git://github.com/potionfactory/potionstorefront.git
name age message
directory Frameworks/ Tue May 05 20:13:05 -0700 2009 Rebuilt JSON.framework to use @rpath as the lin... [andypotion]
file LICENSE Tue Apr 14 21:11:13 -0700 2009 Getting ready for a public release [andypotion]
directory PotionStorefront.xcodeproj/ Loading commit data...
file README.markdown Mon Jun 22 23:49:52 -0700 2009 Changed wording in README [andypotion]
directory Resources/
directory Source/
README.markdown

PotionStorefront

PotionStorefront is a Cocoa framework that lets users buy software from within a Mac application. It collects order information and sends it off to Potion Store for final processing.

Features

  • Fetches latest pricing from a plist file on the web
  • Autofill billing address using data from the Address Book
  • Auto-detect credit card type as the user types in the credit card number
  • Localside credit card number verification using the Luhn algorithm

Usage:

  • Example product data file: http://www.potionfactory.com/files/thehitlist/store_products.plist
  • Look at AppDelegate.m to see example usage.
  • The delegate object needs to implement the following method to be notified of when the order completes successfully:

    • (void)orderDidFinishCharging:(PFOrder *)order;

Requirements

  • Mac OS X 10.5