Seeing this too. Interestingly, on an iPhone 8 using iOS 14 the same build could install, repeatedly fine with no problems! on iOS 16 installs are all failing so far.
Post
Replies
Boosts
Views
Activity
I'm seeing this error randomly but not often (like 1 in 100 app uploads), so far it has always worked on the second try. I think it is an issue on the Apple side as the Gateway error indicates.
Yes this seems to be very likely a problem with the M1. A simple and effective workaround is to install iOS 13.7 simulator, if your project supports iOS 13. On this simulator the Image picker works, also a different issue (copy/paste) works on this simulator on Apple M1 silicon. The issue appears on iOS 14 and higher. See a good discussion here
without changing anything on our side the Automatic Strong Passwords started working again in iOS 14.5. Seems like this functionality was just broken at Apple's side from iOS 14.2 until 14.5 arrived...
Yes, I'm seeing the same error message, which I did not see before iOS 14.2. Automatic strong passwords creation stopped working in my app where it worked before. I don't know yet how to resolve this.
I just noticed this change since iOS 14:
https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_associated-domains which could maybe have affected auto password creation. I tried appending ?mode=developer for my debug build webcredentials value in the Entitlements file, but I kept getting the same error message.