We're using the device name as an identifier for device pairing with an accessory.
Therefore we think we're fulfilling the prerequisites:
need it for “multi-device features”
device-name is visible to the user
but we're not sure about the latter.
Can you clarify if the requirement "visible to the user" means visible on the device accessing the UIDevice.name or any device involved in the multi-device feature?
Seems like we can't just try and find out by trial and error yet: https://developer.apple.com/forums/thread/708275
Post
Replies
Boosts
Views
Activity
I tried building and running our application with the new Xcode 15.0 beta (15A5160n)
The build fails with the following message:
Provisioning profile "REDACTED" doesn't support the Access Wi-Fi Information, Hotspot Configuration, and Push Notifications capability.
However none of those capabilities are new, they are part of the profile and I was just able to build the project with Xcode 14 before.
I already tried reloading the profiles but that does not help.
Automatic Signing is disabled for our project.