not able to install archive ipa over migrated app - xcode

I am getting some weird issue while installing ios app.
I have migrated ios app from one account to another account and then I have installed that app from app store on device.
So now I have to push an update from a new account, so when I build an archive with updated build number I am getting issue which is --
There was an internal API error.
Using cordova for developing apps.
Please help on this !

Related

Overriding testflight app with store version

we have some testflight external testers who have installed our app through testflight external links now my question is if I release a version higher than testflight version on app store now will the testflight user get an update that a new version of this app is released on app store and will there data be lost if they install a app store version over testflight version?
(please I am asking about overrirding testflight app from app store not overriding app store app with testflight app)

ERROR ITMS-90596 while publishing nativescript ios app

I'm trying to publish ios app via Transporter.
App (.ipa) builded by Sidekick (cloud).
I'm getting an error as below:
ERROR ITMS-90596: "Invalid Bundle. The asset catalog at
'Payload/frontend.app/Assets.car' can't be processed. Rebuild your
app, and all included extensions and frameworks, with the latest GM
version of Xcode and resubmit."
Any help ?
For Android version all is working pretty well

Error Message APK Not Installed In Xamarin Form

I am new in Xamarin Forms, And I have created one sample application in vs 2017 community version 15.9.12, All works fine during dubbing and testing, and it run very fine on emulator. But the problem is after creating APK and trying to install it in other android devices its showing error message, "APK not installed", I have searched a lot, but not able to find any solution, let me share you images what i am trying to do.
Setting Android Minimum And Maximum Version here
Setting Release Option As provided guide on internet
Archiving project
successfully created apk
Created Android Key Store
With save as option created apk and trying to open in other android device
At last I am trying to install created apk in other android devices and its showing error message "APK Not Installed".
Can anyone help?
Thanks In Advance :)
Happy programming.
If you have Signed the Android Application Package, hava a try follow.
Drop the SIGNED APK file onto your phone
Install using the SIGNED APK file
When installing, a PLAY STORE prompt will appear...choose "Install Anyway"

Xcode 10 breaks Ionic Cordova build

I have an Ionic 3 App using Enterprise Distribution for a client and of course Apple likes to change settings on their new iOS. Everything was working fine on iOS 11 and when a client-user upgraded to iOS 12 their app completely broke and could not re-download.
Steps I've Tried:
Check iOS Provisioning Profile Status
Rebuild App in Xcode 10.0
Archive and create new manifest and .ipa file for app
Rebuild app in npm using ionic cordova build ios --prod
Update any plugins that we're needing updates using npm outdated
Commit and Push to Production branch using ionic Deploy
Everything I've tried allowed me to build the app successfully and I was able to build the app locally on my device via Xcode, but as soon as I put the .ipa file on our server the app will not successfully download.
I have a feeling it may be a particular setting in Xcode, but I'm stuck right now. Any help would be appreciated.
Edit: After the update of Xcode 10, the app would no longer build successfully after running ionic cordova build ios
So the issue was never apparent, but I somehow fixed the issue by removing the other branch from git and Ionic deploy and kept the Production branch active on the latest commit. I also created the certificate profile on Ionic Deploy using the Enterprise Developer Certificate and Provisioning Profile and packaged my app. I used the .ipa file from Deploy and threw it on the server and it worked like a charm.
EDIT: I finally found documentation on why the app breaks. When Xcode 10 was released, Apache Cordova did not and still does not have support for iOS if the user has Xcode 10 downloaded to build in the terminal. Link provided here: Xcode 10 Support.
When building the app using ionic cordova build ios or ionic cordova run ios
You must run it like this: ionic cordova build ios -- --buildFlag="-UseModernBuildSystem=0". More information in the link provided.
EDIT: More possible answers can be found here. In some cases, users are experiencing similar yet different issues.

TestFlight users asked to install app multiple times

Here's what's happening when my iPad beta testers are installing a new revision using Testflight. They...
Delete the current version of their iPad app.
Install the new revision of the app on their iPad from the TestFlight email.
Open the app.
A Testflight screen then appears saying there is a new version of the app and asking if they would like to install it. If the user reinstalls the app, the same screen reappears when they open the app.
They've already installed the new version. Is this a Testflight bug or am I doing something wrong?
See my answer at Can't Install xCode 4.3 beta apps using TestFlight for a related issue that was solved by switching services.

Resources