Build & Deploy Android app
You can package Scandi as a native Android application
Android made it simple to publish web-wrapper-based apps to the marketplace. But, it also provides a little bit more security by introducing the concept of Trusted Web Activity.
git clone [email protected]:scandipwa/scandipwa-android-app.git
Find and replace all
com.scandipwa
of this String in a cloned repository and replace it with your custom value. Upload the file of a similar structure to your server's
.well-known/assetlinks.json
URL. Make sure it's publicly accessible![{
"relation": ["delegate_permission/common.handle_all_urls"],
"target" : { "namespace": "android_app", "package_name": "<PACKAGE_NAME>",
"sha256_cert_fingerprints": ["<FINGERPRINT>"] }
}]
FINGERPRINT
with values obtained from your Google Play Console > Release Management > App Signing.- 1.Open the project, and navigate to Build -> Generate Signed Bundle / APK.
- 2.Choose APK, select (and create) key store file, enter passwords
- 3.Choose release build variant and check both Signature versions
- 4.
- 5.Click Create Application and enter required fields
- 6.
- 7.Navigate to Release management > App releases
- 8.Select the
.apk
file created on step 3 - 9.Select your release and click Review
The process of review might take up to 7 days and result in refusal. ScandiPWA does not guarantee your app publishing. Please make sure the app you build complies with PlayStore guidelines.
Last modified 2yr ago