-
Notifications
You must be signed in to change notification settings - Fork 3
Getting started
Welcome to Pocket-Reviewes, review on the go!
To get going you first need to decide how to host the backend service
-
Use the already deployed and available service at GAE TBD. Please note that this instance will only provide services as long as the cost is below the daily budget set by the authors.
-
Deploy your own GAE instance of the ready-made backend without a single line of code. This will give you full control over who can access the service and also the budget and cost. More information can be found here TBD
-
Integrate with an existing GAE project and enjoy the convenience of only having to manage one running instance. Knowledge of GAE and Spring is necessary. More information can be found here TBD
Now that you have your backend selected the next step is to create an app in the backoffice interface
-
Open a web browser and enter the backoffice url to your instance of the backend. The exact url depends on the hosting option select above. The backoffice url for the free service can be found here TBD
-
You need to login using a valid Google account (do not worry, it is OAuth2 and we can not access your user details even if we wanted to).
-
You now have a valid developer account and can start creating your own apps
-
Create an app by selecting a unique domain name. By default a single user can create maximum five apps. A GAE project admin can raise this limit.
-
The backoffice will now create the app for you and generate a unique appId and appKey that you will need when setting up the SDK
Download one of the SDKs matching your platform. If an SDK is not available for your platforms you are free to implement the REST interface your self.
- iOS
- Android (coming soon)
- Javascript (coming soon)
You will need the domain, appId and appKey generated by the backoffice when setting up the SDK or implementing the REST interface. More information can be found here TBD
Good luck!