Unlock premium in the appstore, and be able to connect the Timer app to a webserver.
Once you have unlocked the premium membership in the App store, there are a few settings available to connect to your webserver:
URL: Fill in the URL to your website that the app can connect to.
Method: Choose between a header (Authentication: Bearer <base_64 encoded "username:password" here>) or a username / password combination that we will send via a POST command.
Check the login details that are provided by the app on your webserver. If they are correct, provide a list of clients (see Step 2), otherwise provide JSON with an error. Example:
{"error":"Invalid login"}
The error will be displayed in the app.
All your client information will be stored in iCloud, so the privacy of you and your clients is safe. No data is sent to our webservers, the only communication is between the app and your server, or between the app and your private iCloud.
Instructions:
Step 1: Login methods for your server
Step 2: Load a list of clients
Step 3: Process a pushed timer