Replace glover.edentech.online with your domain host.
2. iOS Setup
File: ios/Runner/Info.plist
Add URL Schemes:
Add Associated Domains (for universal links):
🔄 To update:
Replace all glover entries with your scheme name.
Replace glover.edentech.online with your domain host.
⚙️ Dynamic Link Settings (Backend)
The backend provides a configuration page for Dynamic & Deep Linking. This ensures mobile apps (Android & iOS) can open links using the correct scheme and host/domain.
1. Navigation
Go to Settings → Dynamic Link Settings from the admin sidebar.
2. Fields Description
Field
Description
Example
Dynamic Link Prefix
The Firebase/Custom Dynamic Link prefix used for universal links.
glover.page.link
Dynamic Link Scheme
The app’s custom URL scheme. Must match the values configured in the mobile app (AndroidManifest.xml and Info.plist).
glover
Customer App - Android Package Name
The unique Android app package name.
online.edentech.fuodz
Customer App - SHA256 Debug Key
The SHA-256 fingerprint of the Android debug keystore. Required for Firebase/Play Store verification.
AA:BB:CC:DD:EE:FF:...
Customer App - SHA256 Release Key
The SHA-256 fingerprint of the release keystore used in production builds.
AA:BB:CC:DD:EE:FF:...
Customer App - iOS Bundle ID
The iOS bundle identifier from Xcode.
online.edentech.fuodz
Customer App - iOS APP ID
The numeric App ID from your Apple Developer account.
2322232
3. Updating Steps
Enter your dynamic link prefix (e.g. Firebase project prefix).
Set your scheme (e.g. myapp).
Fill in Android package name + SHA keys.
Debug key: from debug builds.
Release key: from production signing key.
Fill in iOS bundle ID + App ID.
Click Save Changes.
4. Notes
Ensure the scheme and host values here match what you configured in your mobile app.
Changing these settings requires updating both AndroidManifest.xml and Info.plist in the app.