Objective-C version of AnyPhone.
- Parse Account -> Free
- Twilio Account -> Free Trial.
- Create a new Parse App, and set up a Cloud Code folder for the project.
- Copy the contents of the cloud/ folder from this repository into the cloud/ folder in your Cloud Code folder.
- Edit main.js to include your Twilio Account Sid, Auth Token, and phone number. Generate some random string to use as the password token.
- Pull all required iOS dependencies from Cocoapods by running pod install under AnyPhone folder.
- Open the AnyPhone/AnyPhone.xcworkspace, and put your Parse Application Id and Client Key in AppDelegate.m.
- Deploy your Cloud Code by running parse deploy from the root of your Cloud Code folder.
- Add brute-force protection, resetting the code after a few failed attempts
