When installing the Appflow SDK (cordova-plugin-ionic) as a part of your app, this process will update configuration settings for your project.
For a Capacitor project, the channel name variable can be found in two locations:
- For iOS, the channel name variable is IonChannelName in ios/App/App/Info.plist
- For Android, the channel name variable is ionic_channel_name in android/app/src/main/res/values/strings.xml
For a Cordova project, the channel name variable is CHANNEL_NAME in config.xml.
The channel name refers to the name for the channel in the Appflow Dashboard under Deploy > Destinations.
Comments
0 comments
Article is closed for comments.