Questions tagged [ionic-appflow]

52 questions
2
votes
1 answer

How can I disable Ionic AppFlow monitoring on local?

I'm using Ionic 3 and working on developing my app. I added in code for Ionic AppFlow error reporting/monitoring which works great, but I don't want it to run on local so I'm not flooding my email inbox while making a large number of changes.…
Citizen
  • 12,430
  • 26
  • 76
  • 117
1
vote
1 answer

How to disable Appflow Live Updates in IONIC app

I have Ionic Appflow Live Updates configured and deploying correctly (in a Capacitor project). The problem is that when I deploy manually the app to my phone in order to do some development tests, it logically keeps updating to the latest Appflow…
Guscie
  • 2,278
  • 2
  • 26
  • 33
1
vote
1 answer

Error building app ionic capacitor in appflow

When i building app ionic capacitor in appflow, i have this error. I updated packages through npm, I deleted the package-lock.json, updated the capacitor, the capacitor is in version 3, but still the error remains. [18:58:02]: fastlane finished with…
1
vote
1 answer

Hybrid App Does not show WebView Context and Not able to Locate Element in App

I am trying to Automate the Hybrid App. I am facing an issue with the Context. I am setting the app context appiumdriver.context("WEBVIEW_appPackagename"); Now I was able to automate it previously. But I think the Webview changed and I am not able…
Kishan Bheemajiyani
  • 3,429
  • 5
  • 34
  • 68
1
vote
0 answers

Issues connecting to GAPI through an Appflow built React project

I've built an app using React js and built that as an ipa file (the target devices are iPads) using Ionic AppFlow. This app utilises a google drive connection to create folders and upload files, which I've tested while running through both npm start…
LeaZ
  • 11
  • 1
1
vote
1 answer

How add Build Phases Run Script Phase in Ionic Appflow

I need to run a native Xcode build script during the iOS build in Ionic Appflow. For e.g I am using cordova-plugin-salesforce-snapins plugin and as per their documentation we need to run these scripts: select Build Phases create Run script paste…
Sapna Sharma
  • 460
  • 7
  • 22
1
vote
0 answers

How can I use Ionic Appflow with a Quasar + Capacitor project?

I'm using quasar framework (https://quasar.dev/) to build a hybrid app. I'm interested in trying out ionic appflow to do live updates. However, that requires that the project is an ionic project (e.g. if I run $ ionic link, it gives the error that…
1
vote
0 answers

Ionic Appflow live update does not update

I am trying to use Ionic Appflow to do live update for my Angular-capacitor app. I have followed the documentation here: https://ionic.io/docs/appflow/quickstart/deploy. I installed the Appflow SDK to my project with this command line: ionic deploy…
1
vote
0 answers

Ionic Appflow .gitignore for existing project

We are trying to migrate an existing project from Phonegap to Ionic Appflow. This is a pure Javascript project without any Angular/React. We are using Ionic to take advantage of its build, push to app stores and liveupdate features. We are not sure…
user1480192
  • 665
  • 8
  • 23
1
vote
0 answers

Ionic Appflow: Live update with free plan

I want to try the Ionic Appflow for my Android app, I see that I have 100 live update monthly. I successfuly link my app to the ionic git and commit/push my code. I installed the Appflow SDK too in my app. Actually, I want to try the live update but…
Sébastien Demoustiez
  • 1,356
  • 1
  • 10
  • 17
1
vote
0 answers

Make production build for web in appflow

I deployed my app in ionic-appflow. It created a Web Build, it was build using command ionic build and due to which its vendor.js size is 4mb. I want to create a production build using command like ionic build --prod or ionic build --aot How do…
user2828442
  • 2,415
  • 7
  • 57
  • 105
1
vote
1 answer

Ionic 5 / Appflow - Preparation failed during iOS Xcode 11 build

I’ve an error when I build with iOS Xcode 11 on Ionic Pro Hub. I do not know if the problem comes from Ionic Appflow, or from the code that I build. The problem appears in the build console of Ionic Hub Appflow. Running with gitlab-runner…
pirmax
  • 2,054
  • 8
  • 36
  • 69
1
vote
1 answer

Ionic AppFlow deploy destination Apple App Store and Google Play do not appear

I`m using AppFlow to create a continuous deployment in the dashboard of Ionic and i need add the destination to Apple App Store and Google Play, but they do not appear in my project. My project: What i need:
1
vote
1 answer

Corodva app build fails for iOS ** ARCHIVE FAILED **

I am trying to build my cordova app for iOS as a cloud build on Ionic AppFlow. The Android build works fine. Here is the console output: Running with gitlab-runner 10.2.0~beta.147.gbd1f3fcb (bd1f3fcb) on ip-10-2-129-245 (dc549c99) Creating new…
Marc
  • 12,706
  • 7
  • 61
  • 97
1
vote
1 answer

Android appflow deploy doesn't update device

I'm using appflow with Ionic 4. I have built, and packaged my app for android, and assigned it to my master channel. I have then downloaded the apk, then installed using adb install ../path_to_apk. The app runs fine on my android device (samsung…
leevigilstroy
  • 594
  • 5
  • 11