Questions tagged [ionic-appflow]

52 questions
1
vote
2 answers

Build script fails to build app in ionic deploy [ionic]

I am trying to build and distribute my app using ionic deploy in the Ionic Dashboard. Due to the nature of my app, I am using a custom build script: "scripts": { "build": "npm install -g ionic && npm install -g cordova && npx gulp svgSprite…
Josh O'Connor
  • 4,694
  • 7
  • 54
  • 98
0
votes
0 answers

How to run automated ui testing for ionic appflow builds?

I have an Angular-ionic app, and I'm using Ionic AppFlow to push new builds to the native Android and iOS apps. I have automated UI tests running through Cypress to test that the app loads the correct content and has the desired behavior. Cypress…
0
votes
0 answers

linker command failed with exit code 1 appflow

i'm trying to generate an Ios Build on AppFlow but i'm getting the follow issue: ▸ Compiling CDVIonicKeyboard.m ▸ Compiling CDVInAppBrowserOptions.m ▸ Compiling CDVInAppBrowserNavigationController.m ▸ Compiling CDVDevice.m ▸ Compiling…
0
votes
1 answer

after ionic v3 to ionic v5 migration - ionic build command not working

We have migrated from ionic v3 to ionic v5 ... ionic serve command working but showing blank page when launched. ionic build command throwing following error.. [11:57:17] ionic-app-script task: "build" [11:57:17] TypeError: Cannot read property…
Dnyanesh
  • 331
  • 3
  • 12
0
votes
1 answer

Ionic AppFlow builds in development instead of production mode

I'm using the Ionic AppFlow Live Update deployment feature without problems but the build is made using the development environment instead of production. I have a similar app using Live Update that builds correctly in production environment and I…
Guscie
  • 2,278
  • 2
  • 26
  • 33
0
votes
0 answers

Latest app changes to users without submitting app to play store

I have an angular/ionic website that has registration, login, and dashboard pages. I want to build an android & ios app with the same code base. When users download the app from the play store, if I add a new page/make a change to the existing page…
0
votes
1 answer

Cordova App - IOS build failed on Appflow, Failed to install 'onesignal-cordova-plugin': Error: pod: Command failed with exit code 31

IOS build keeps failing on Appflow, every other plugin were installed except for firebasex and onesignal, have tried almost all solutions online which include installing phonegap-plugin-push all still not working, i will appreciate if anyone can…
0
votes
1 answer

Ionic appflow live update doesn't appear on device

I'm evaluating appflow as it'd be very useful for our project and would be keen to get one of the paid plans. However, I don't seem to be able to get the basic live deployments working with my Ionic/Angular/Capacitor app, and I'm a bit at a loss as…
MIP
  • 6,416
  • 1
  • 17
  • 8
0
votes
1 answer

Ionic Appflow - Could not find 'Bundler'

We recently added fastlane to our ionic project with a gemfile. It looks like the ionic appflow build also uses fastlane. When trying to build the project within appflow we get this error $ run "fetch-updates" $ run…
BossmanT
  • 559
  • 1
  • 6
  • 17
0
votes
1 answer

Using Ionic Appflow Build for non Ionic framework project

Is there a way to use Ionic Appflow to build and non-Ionic Framework project just using Capacitor? Cause a on a blog by Ionic it said: Appflow is the official Mobile DevOps platform built by the Ionic team, focused on bringing powerful Mobile…
0
votes
1 answer

Appflow keeps detecting project as capacitor not as cordova

I want to switch from a Capacitor to a Cordova Project, I uninstalled all capacitor plugins, used "ionic integrations disable capacitor", "ionic integrations enable cordova" and deleted capacitor out of the ionic.config.json. Appflow keeps detecting…
0
votes
1 answer

Ionic Appflow/Bitbucket - Error when building an app including subrepository - Cannot load subrepo

I just started with Ionic Appflow and read all the docs and introductions. When I want to start a build for my latest bitbucket commit, I get an error from the build process because it cannot load the submodule included: Please make sure you have…
Lukas
  • 1,053
  • 8
  • 24
0
votes
0 answers

Appflow with capacitor detects cordova instead in build

I’ve recently added capacitor to my Vue-nuxt project, i’m not using Cordova and have enabled capacitor in the appflow project. However when i try to build, it always throw error because appflow is detecting it as a Cordova project and trying to look…
ka1au
  • 1
0
votes
1 answer

Ionic Applow Capactor , firebase notification warning, ITMS-90078: Missing Push Notification Entitlement need advice

I have recently started using Ionic Capacitor. I have migrated my notification successfully for Android using the following tutorial https://capacitor.ionicframework.com/docs/guides/push-notifications-firebase/ But when it comes to IOS i am getting…
0
votes
1 answer

Appflow liveupdate don't work on my project

Live update are not working on my side. The core is developed with reactjs, built with webpack What i did : Add the Appflow SDK, the strings.xml is now modified commit & push Build the native .apk from Appflow GUI Install the .apk on my…
Ntzerr
  • 1