FlyWeb
  • Introduction
  • Recommendation
  • INSTALLATION ADMIN PANEL
    • Create Database
    • Installation on Server
    • Installation on LocalHost
    • Update From an Older Version
  • INSTALLATION MOBILE APP
    • Introduction
    • Android Configuration
    • iOS Configuration
  • CONFIGURATIONS
    • Firebase Setup
    • OneSignal Setup
    • AdMob Setup
    • Deeplink Setup
  • FAQ
    • FAQ's
  • Extras
    • Change Log
  • Download
    • Download Flyweb
Powered by GitBook
On this page
  • Admin Panel Setup
  • Android Setup
  • iOS Setup

Was this helpful?

  1. CONFIGURATIONS

Deeplink Setup

PreviousAdMob SetupNextFAQ's

Last updated 5 months ago

Was this helpful?

To create a Deeplink to your application content, you should follow this setup:

Admin Panel Setup

  1. Go to your admin panel and open Settings

  2. Change Deeplink field with your custom deeplink and Save for example app.yourAppName.scheme

NB: Don't forget to change FlyWeb_Flutter/assets/cfg/configartion.json from Config Application

Android Setup

  1. Open FlyWeb_Flutter project with Android Studio

  2. Go to file /android/app/src/main/AndroidManifest.xml

  3. Find this code :

    <data android:scheme="app.flyweb.scheme" />

    and change the schema with your schema set in the admin panel

iOS Setup

  1. Open FlyWeb_Flutter project with Android Studio

  2. Go to file /ios/Runner/info.plist

  3. Find this code :

	<array>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>CFBundleURLName</key>
			<string>app.flyweb.scheme</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>app.flyweb.scheme</string>
			</array>
		</dict>
	</array>

and change the schema app.flyweb.scheme with your schema