質問

When attempt to share something the iOS sharing feature, AirDrop disrupts the experience and in many cases makes it unusable. I never ever use AirDrop, and certainly don't want to be offered the opportunity to share with people I don't know who happen to be nearby.

How do I completely disable AirDrop in iOS?

役に立ちましたか?

解決

While you can turn off incoming AirDrop, you can't disable sharing items over AirDrop to others on device. Most of the time, AirDrop recipients will be limited to the single AirDrop button (which can't be un-favourited from the ‘Apps’ share list), but if someone in your contacts is nearby with AirDrop turned on, they will likely show in the contacts section of the share sheet. This can't be configured on your device.

Configuration profiles can configure AirDrop access only on supervised devices.
If your device is supervised with Apple Configurator, you can install disable-airdrop.mobileconfig.

…
            <key>PayloadType</key>
            <string>com.apple.applicationaccess</string>
            <key>allowAirDrop</key>
            <false/>
…
ライセンス: CC-BY-SA帰属
所属していません apple.stackexchange
scroll top