Overview
What Unveily is and how it works
What is Unveily?
Unveily is a native HybridApp SDK that lets you deploy your existing website (or web app) as a native Android/iOS app without any changes to your existing web code. It runs on a standard native Android/iOS project.
- WebView-based: Deploy your app without changing any existing web code
- Native Bridge: Control native features like QR scanning, biometric auth, and push notifications from JavaScript
- License protection: License is verified when the app starts — if invalid, the WebView will not run
- Plans: Three levels (Basic / Standard / Pro) with different features per plan
Architecture
Your Website (your domain)
↕ WebView
[Android / iOS App]
↕ Bridge
Native Features (Camera, GPS, FCM, Biometric...)
↕ License Check
[ActuallyWorks License Server]Your web code calls native features through the global object window.unveilyBridge. Once the bridge is injected into the page, the SDK fires the unveilyGlueReady event — SPA code that calls the bridge at mount time must wait for this event first.
Supported Platforms
| Platform | Status |
|---|---|
| Android (7.0+ / API 24) | ✅ Supported |
| iOS | ✅ Supported |