Is this a real native app or a PWA? ▾
It's a real native Android app built with Kotlin 2.0 and compiled with Gradle. The content loads inside a Chromium WebView, but the shell is fully native — push notifications, biometrics, camera, and all device features are implemented natively in Kotlin, not via a PWA.
Will it get approved on Google Play Store? ▾
Yes. We target Android SDK 34, produce a signed AAB (the format Google now requires), and follow all Play Store policies. We have a 100% approval record for apps submitted via our platform, as long as your website content also follows Play Store guidelines.
What if my website changes? ▾
Since the app loads your live website URL, any content changes on your site appear in the app instantly — no rebuild required. You only need to rebuild if you want to change the app name, icon, permissions, or native features.
Do I get the source code? ▾
Yes, on all paid plans you can download the full Android Studio project (Kotlin source). You can open it in Android Studio, extend it with custom native code, or hand it to a developer to build on.
What is the JS Bridge API? ▾
It's a JavaScript interface injected into your WebView that lets your website call native Android features — biometric auth, haptic feedback, secure storage, in-app reviews, and more. You call window.WebToAPK.methodName() from your existing website JavaScript.