Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The iOS app has been compiled, but there is a problem creating the install link. #53

Open
hiroTochigi opened this issue Nov 15, 2021 · 1 comment

Comments

@hiroTochigi
Copy link
Member

The figure below shows the error message when creating the link to install the iOS app.

image

Build operation was successful

The IPA file has been uploaded to here

@hiroTochigi
Copy link
Member Author

hiroTochigi commented Nov 15, 2021

Maybe I cannot use Duawi for the unsigned iOS app?

https://www.diawi.com/knowledge-base/iOS/Most-common-upload-errors

Missing embedded mobileprovision

iOS applications must contain an embedded provisioning profile: a .mobileprovision file built into the package. This is an automatic step performed by xcode since version 4.x.

Before that and iOS 4.x, mobileprovision files would have to be installed manually by the user. This is not the case anymore. It is even impossible now in iOS 8+ since Apple has completely removed the "Profiles" section in the Settings app.

When an app is installed, it checks the mobileprovision inside the package and uses it to accept or reject the app.

The mobileprovision may be missing from the package for the following reasons: * the app has not been signed correctly => check your project settings * the uploaded package is a Simulator version: the apps built for the iOS Simulator don't have provisioning profiles => check if you uploaded the "-iphoneos" version, not the "-iphonesimulator" one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant