Questions tagged [ionic-appflow]

52 questions
28
votes
4 answers

How do you update the iOS & Android app version in Ionic w/ Capacitor?

I am developing an app using Ionic and Capacitor. Builds are generated using Ionic's new AppFlow service, so I don't build them locally. How do I go about updating the iOS and Android version numbers? I've tried updating the plist and config.xml,…
Bryant Makes Programs
  • 1,493
  • 2
  • 17
  • 39
10
votes
1 answer

Google Api Error: forbidden: The caller does not have permission - The caller does not have permission

In android deployment from ionic appflow getting below error Google Api Error: forbidden: The caller does not have permission - The caller does not have permission Added service account with service account user role, owner Grant Admin access in…
4
votes
1 answer

ionic app flow release ended up with draft mode in Google play console

We have configured Ionic App flow for streamline our development process. But I have come across some issue with internal testing flow in google play store. Every time we push the commit , it triggers the build , package and Upload in to play…
CodeMind
  • 616
  • 1
  • 7
  • 19
4
votes
0 answers

Deploy Ionic app with AppFlow in a sub-directory?

I have an ionic v4 app that is located in a sub-directory of a much larger mono-repo with various other Angular applications. The mobile app shares some typing files and some services with the other applications. I was wondering if there is a way…
Justin
  • 683
  • 8
  • 24
3
votes
0 answers

Ionic Appflow: Deploy to Google Play only creates Draft, how to release directly?

For my app, I've setup Ionic AppFlow and have it automatically deploy to Google Play. Unfortunately, the process only creates a release draft which I have to manually release in the Google Play Console. Is there a way to automate away the manual…
Kirill Rakhman
  • 42,195
  • 18
  • 124
  • 148
3
votes
1 answer

Ionic "Seems to be a very old project file format - please open your project file in a more recent version of Xcode"

fastlane finished with errors relating to automatic_code_signing. I’m not sure what this means and how to fix it, but it’s an error I hadn’t gotten before. I’m on Ionic v3
TexasT
  • 53
  • 1
  • 7
3
votes
2 answers

Ionic AppFlow - Build with iOS Push Notifications

I am building an app via AppFlow for both iOS and Android. The app supports push notifications. Both Android and iOS build successfully. The Android version works as expected, and push notifications are functional. On iOS, push notifications are NOT…
Bryant Makes Programs
  • 1,493
  • 2
  • 17
  • 39
3
votes
1 answer

Continuous Deployment & Live Updates not happening in ionic appflow with successfully build & deploy

I have configured the app in the the ionic dashboard, syncing with GitHub, when I commit it shows in the ionic dashboard, I can successfully build and deploy using the master channel. But not getting changes in my running app. Thank…
2
votes
0 answers

Ionic Appflow build: fastlane gym error No certificate matching 'iPhone Developer

in Ionic Appflow we are trying to build our ionic project in iOs. We tried several times and googled for every possible solution but no luck. The error we get is about the signing certificate, we followed those web sites, and we saw that at the…
Manel
  • 21
  • 2
2
votes
0 answers

Firebase Analytics and App Tracking Transparency

I am working on an Ionic Project. On uploading the project to Apple using Ionic Appflow build it got rejected and yells the "App Tracking Transparency Framework" - Guideline 2.1 - Information Needed We're looking forward to completing our review,…
2
votes
2 answers

Appflow Deploy plugin causing error: 'uncaught (in promise) string resource id #0x0' in Ionic Capacitor project

Whenever I remove the "cordova-plugin-ionic": "5.4.7" from package.json, the error goes away and the platform.ready() fires correctly. I have tried removing then running the command 'ionic deploy add' according to the Appflow docs, but it just…
chano
  • 33
  • 1
  • 6
2
votes
1 answer

Ionic Appflow and GitHub Connection List is incomplete and entry to Repo missing

I am currently trying to connect a GitHub Repo to Ionic App Flow. Therefore, I have set up everything as proposed. Install ionic CLI as suggested by npm install -g @ionic/cli Created local App Created App in App Flow dashboard Set up SSH Key to…
ChrisDelClea
  • 307
  • 2
  • 8
2
votes
1 answer

AppFlow Capacitor Build Error: PermissionDenied gradlew

My android build fails in appflow. I simply followed the instructions and have no idea how to solve this. Here is the last bit of the build log: [07:25:07]: Building android... +----------------------------+-----------------------+ | …
Mrvonwyl
  • 347
  • 2
  • 15
2
votes
1 answer

Ionic Appflow build fails with "Permission denied"

I am trying to build my project on Ionic Appflow, but it keeps failing with the following. I do not understand what could be wrong as I can locally generate and build locally. Has anybody else experienced such issues? sh: 1: ng: Permission…
user8400863
  • 655
  • 1
  • 7
  • 17
2
votes
1 answer

How do channels work exactly with AppFlow? App showing wrong build on first load

I built an app that I got into apple’s test flight and today I sent out the notifications to users to start beta testing, but for some reason it is showing the user the previous build. If the user closes the app and reopens the app it shows the…
Ronnie
  • 11,138
  • 21
  • 78
  • 140
1
2 3 4