Same issue. I'm using Apple Silicon MacBook Pro with Big Sur 11.0. The enterprise ipa can't be installed through itms-service:// and can't be installed by double click the ipa.
Post
Replies
Boosts
Views
Activity
1
Without status check API, we will receive customer complaint.
Agree. Without the authorization status API, my customer will complain about the hardware device connectivity issue, reply negative comment at online store, or sales return. We will never know the actual issue is the customer disable the local network access, by mistake, or forgot, or on purpose.
Image if there's no api to get permission status of location, bluetooth, push notification, camera, contact, album, the app user experience will be destoryed.
How can I prompt the popup every time if the user already denied local network but still trying to using some functions? We need to handle this and give user the clearly feedback, instead of "unknown error / network error". And we need to fix it before iOS 14 final version released, using Xcode 11, because Xcode 12 beta can't submit.
What if the trigger is not prompt by Bonjour and URLSession? Any suggestions? Thanks very much.