Application bundle (ID) & Application keys
In order use the FlutnetRuntime library, you need to initialize it with the application-key correlated with the app.
The application-key is associated with the application-id (App Bundle).
You can check the application id in
- AndroidManifest.xml (for Android)
- Info.plist (for iOS).
To generate the application-key from the application-id you just need to go on the "Application Keys" section in the Flutnet Console program and add your applications ids. (Note that this feature is enabled only by activating the Flutnet License.)
In Trial Version all the applications will be generated using an unique application-id: com.example.app.
Use the associated key to initialize the flutnet runtime.
Screenshots