Facebook-sdk-for-unity: iOS 14 is displaying a prompt asking for permission to "find and connect to devices on your local network". Can we disable this behaviour?

Created on 13 Aug 2020  ·  7Comments  ·  Source: facebook/facebook-sdk-for-unity

The Facebook SDK for iOS is looking at devices on our user's network and we would like to disable this behaviour immediately as quite the privacy concern which will certainly lead to churn.

bug

Most helpful comment

This is happening ONLY on the development builds. No such issue when you will prepare the release build.

If you will check the native ios SDK code - you will find #ifdef, where the broadcast event is sent, which triggers this popup.

All 7 comments

Up, we are having the same issue now!

Same here. Does anyone know the way to fix this?

any update here?

This is happening ONLY on the development builds. No such issue when you will prepare the release build.

If you will check the native ios SDK code - you will find #ifdef, where the broadcast event is sent, which triggers this popup.

@vofan Hi! Could you please share this piece of code? Thanks!

@IgorGalimski if you want to see native part - feel free to set a breakpoint and check application's execution flow.
but for unity side just be sure that you use such setup:
Run in XCode as : "release"
Development build : "false"
image

Happening too. Do you know which is the version that introduced this behaviour?

Was this page helpful?
0 / 5 - 0 ratings