Search Unity

Question Opt-out of Android Bluetooth Permissions?

Discussion in 'Vivox (Voice & Text Chat)' started by nomo, Nov 17, 2022.

  1. nomo

    nomo

    Joined:
    Apr 4, 2013
    Posts:
    8
    Hi there. We have observed after upgrading to the Vivox Unity plugin version 15.1.190000-pre.1 that the following permissions are now being added to our game's manifests.

    <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
    <uses-permission android:name="android.permission.BLUETOOTH" />


    Unfortunately these permissions are not used for our Meta Quest games and their presence violates Meta's certification checks for release on their marketplace. Will Vivox continue to function correctly if they are removed? Thanks for any insight!
     
    Last edited: Nov 17, 2022
  2. nomo

    nomo

    Joined:
    Apr 4, 2013
    Posts:
    8
    Bumping this post. Be great if anyone from Vivox could offer any insight.

    I notice that 15.1.190200-pre.1 has been release so maybe the permission use has been update?