mac-licensing-fastspring-cocoafob icon indicating copy to clipboard operation
mac-licensing-fastspring-cocoafob copied to clipboard

Sample applications for the book "Release a Mac App Outside the App Store with FastSpring and CocoaFob"

Sample Applications

Make Money Outside the Mac App Store: How to Sell Your Mac App with FastSpring, Secure It With License Codes Against Piracy, and Offer Time-Based Trial Downloads

This is the manuscript of the book "Make Money Outside the Mac App Store (With FastSpring)".

Installation / Set Up

If you run Git v1.6.5 or higher, you should be able to clone this repository recursively, including all submodules:

$ git clone --recursive [email protected]:CleanCocoa/mac-licensing-fastspring-cocoafob.git

If that doesn't work, do it manually:

  1. Clone this git repository on your computer

  2. Initialize all submodules:

     $ git submodule update --init --recursive
    

Project Configuration

Make sure to change FastSpringCredentials.plist file to your store settings to make the embedded store work.

Dependencies

License

See the LICENSE file for copy permissions.