-
Notifications
You must be signed in to change notification settings - Fork 983
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
disable different ID for PR builds on iOS #10904
Conversation
Jenkins Builds
|
@churik did it work for you? |
I actually installed this iOS build and it doesn't work for me. The PR ID change might be a red herring. |
@jakubgs does this device had PR app already installed or it was the first time? |
Was this device ID added to the provisioning profile? |
It already had it. Now they are both installed and greyed out and I can't launch them at all. |
This was introduced in d916751 and seems to be broken on some iOS devices. Fails with: `Unable to install "Status PR"` Signed-off-by: Jakub Sokołowski <jakub@status.im>
d8c7a79
to
ceb3062
Compare
Gheorghe is right, my other iPhone didn't have its UDID added to the provisioning profile It does work. |
I think I might have fixed it in #10907. |
Closing in favor of #10907 which fixes the crashes. |
This was introduced in d916751 and seems broken on some iOS devices. Fails with:
Unable to install "Status PR"
So I'm temporarily making PR builds use the same ID as release builds, as it was before.