Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

6. Demo Projects

Ruben Nine edited this page Aug 13, 2015 · 4 revisions

Running the Demo Projects

  1. Get an API Key
  • Go to Filepicker.io to register an account.
  • API Keys are typically randomized and 20 characters long.
  1. Open any of the demo projects:
  • FPPicker iOS Demo/FPPicker iOS Demo.xcodeproj
  • FPPicker iOS API Demo/FPPicker iOS API Demo.xcodeproj
  • FPPicker Mac Demo/FPPicker Mac Demo.xcodeproj
  • FPPicker Mac API Demo/FPPicker Mac API Demo.xcodeproj
  1. Set your Filepicker API Key
  • Open AppDelegate.m and set the API Key you got after registering:

    + (void)initialize
    {
        (...)
        [FPConfig sharedInstance].APIKey = @"SET_FILEPICKER.IO_APIKEY_HERE";
        (...)
    }
  1. Build and Run
Clone this wiki locally