-
Notifications
You must be signed in to change notification settings - Fork 129
Submission
- In Terminal, as instructed here type:
keytool -genkey -v -keystore [client].keystore -alias [client] -keyalg RSA -keysize 2048 -validity 10000
It should ask you a password. Please keep the password carefully.
-
In Google Play, go to the Services & APIs section of the app, and copy and paste the content of the
Base64-encoded RSA public key
and save it to a namedcom.[client].[app]_.gkey
. -
Upload it to the S3 server in APP_/CERTIFICATES
The process is quite simple. Just click on "+ Add new application" in Google Play, and select "Prepare Store Listing". Then follow the instructions.
In Google Play, after selecting an app and loading the .apk , select "In-app Products" on the left of the screen. Click on "+ Add new product", and select "Subscription". The Product ID has to be "yearlysubscription" or "monthlysubscription".
Be very careful when you enter the price of the subscription, as it cannot be changed for now. If you need to change the price of a subscription, create a new in App Product, and add an incremental suffix after the original Product ID, for example "yearlysubscription2" or "monthlysubscription2". You will need to republish the app on Google Play for the new subscription(s) to replace the old one(s). Existing subscribers will still be charged at the old price.
If you are using Librelio's Developer or Publisher plans, you do not need to set up your own server to handle subscriptions; otherwise, you need to do so.
- Home
- Deployment
- Enrollment
- Customization
- Building
- Submission
- Enhancement
- Management
- Upload
- Tracking