I have an app that I can't publish on the Playstore because of a GPS policy.
When I point the user to the private downloadlink with a qrcode-scanner, in most cases the file is converted from ".akp" to ".zip".
The customer has to rename it.
This is too complicated for some customers.
To make it easy for my customers I want to publish a special (second) download app in the Google-Playstore.
This allows the first app to be loaded and installed. This works fine.
The biggest part of code comes from here (install unknown apps):
It has only a Buton to download and install my main-app. But google reject this app from the store.
Reason:
"Apps that cause users to download or install applications from unknown sources outside of Google Play are prohibited."
Alternatively, I created an app with a webview.
On the webpage ist a downloadlink.
But here the download doesn't start when you click the link.
Does anyone know a customer friendly way to load a main-app from the web without the customer having to manually rename the downloaded file?
Or is the a legal way to publish a download-app that won't be rejected from the google-playstore.
Thank you!!!
When I point the user to the private downloadlink with a qrcode-scanner, in most cases the file is converted from ".akp" to ".zip".
The customer has to rename it.
This is too complicated for some customers.
To make it easy for my customers I want to publish a special (second) download app in the Google-Playstore.
This allows the first app to be loaded and installed. This works fine.
The biggest part of code comes from here (install unknown apps):
Version safe APK installation
As explained in this tutorial all store apps will soon be forced to target the latest SDK. This means that we can no longer rely on the OS backwards compatibility features and need to handle the behavior changes ourselves. Starting from Android 8 (API 26) each app needs to explicitly request a...
www.b4x.com
It has only a Buton to download and install my main-app. But google reject this app from the store.
Reason:
"Apps that cause users to download or install applications from unknown sources outside of Google Play are prohibited."
Alternatively, I created an app with a webview.
On the webpage ist a downloadlink.
But here the download doesn't start when you click the link.
Does anyone know a customer friendly way to load a main-app from the web without the customer having to manually rename the downloaded file?
Or is the a legal way to publish a download-app that won't be rejected from the google-playstore.
Thank you!!!