Questions tagged [ionic-appflow]
52 questions
0
votes
2 answers
Is it possible to modify the iOS bundle id and image assets at compilation time?
Our application is based on Ionic 4 (with Capacitor & Angular) and shipped with different styles, a style per customer. Every customer has his dedicated app on the store (different bundle ids, icons, splashes...).
During the Angular build, a…

sebge2
- 383
- 2
- 11
0
votes
1 answer
Ionic Appflow Dynamic CHANNEL_NAME
I'm trying to set a dynamic Appflow channel name in package.json
"cordova-plugin-ionic": {
"APP_ID": "********",
"CHANNEL_NAME": "./branch.sh",
"UPDATE_METHOD": "auto",
"MAX_STORE": "2",
…
user818991
0
votes
1 answer
Ionic (Appflow): Please register custom URL scheme - scheme present in plist file
I have an interesting problem I've never come across before. On a new iOs project when trying to use the FirebasePlugin.getVerificationID throws the following error:
'Please register custom URL scheme 'com.googleusercontent.apps.xxxxx' in the app's…

Dan
- 449
- 3
- 16
0
votes
1 answer
Is it possible to show a message when app downloads and updates the latest code using ionic deploy?
I use the auto update method to update the app using an ionic pro, The problem is when there is a slow internet connection, The app takes more time to update the app, The splash screen is shown a long time.
Users think that there is a problem in the…

Herbert Bruno
- 1
- 2
0
votes
0 answers
Cannot find API Key page
I purchased an app which uses Ionic, and for their Push plugin it requires Ionic Api Token.
The domain from the video changed, but it redirects to a kinda same tree /app/code/ but config/keys is not present, also I couldn't be able to find the url…

Jennifer Miller
- 13
- 5
-1
votes
2 answers
What exactly is the Ionic framework?
I am aware that with Ionic you can create cross-platform applications. These can be created in Vue, React, Angular, etc. I do however wonder which dependencies are responsible for what.
In the background, as I can see in my package.json, the Ionic…

Valentin Gavran
- 341
- 9
- 21
-1
votes
1 answer
Ionic Studio - TypeError: Cannot read property ‘major’ of null
I am trying to open an Ionic project in Ionic Studio in an NX mono repo.
Unlike in the photo gallery demo project, we are using Angular 9 with Ionic 5.
When I try to open the project up in Ionic Studio using the root directory for the app (not the…

MTaylorModern
- 13
- 2