Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

executable file
·
32 lines (21 loc) · 1.24 KB

Steps to run the iOS sample app.

1. Download and install the latest version of Xcode. (Tested with Xcode 8.2.1). Xcode

2. Clone the repo:

git clone git@github.com:Mathpix/ios-sample.git

3. Install cocoapods if you haven't already:

You can find some instructions on: http://stackoverflow.com/questions/20755044/how-to-install-cocoa-pods

4. Open the MathPix-API-Sample.xcworkspace file in Xcode.

Or just run:

open ios-sample/MathPix-API-Sample.xcworkspace

in the terminal.

5. Click the play button to run it. Plug in an iOS device and select it to run it on the phone/tablet of your choice.

(Choose Device)

6. Request API keys for long term use

Please email support@mathpix.com to get your own API key. Once you obtain them, you can set those values in the code at ios-sample/Mathpix/App/Constants.swift.