Search Unity

PlayerSettings.iOS.iOSUrlSchemes is not being stored

Discussion in 'iOS and tvOS' started by HyungonKim, Jun 2, 2021.

  1. HyungonKim

    HyungonKim

    Joined:
    Mar 11, 2018
    Posts:
    11
    I think Changing iOSUrlSchemes is not working.

    I created changing player setting using BuildPlayerWindow.RegisterBuildPlayerHandler.

    Changing other player settings works fine.

    but PlayerSettings.iOS.iOSUrlSchemes doesn't overwrite.

    PlayerSettings.iOS.iOSUrlSchemes[0] = "open";

    I opened info.plist file. it has still old value.

    Logged while building, the new value is ignored.

    Any thought??
     
  2. HyungonKim

    HyungonKim

    Joined:
    Mar 11, 2018
    Posts:
    11
    This is a bug I think. I manually open the plist file and changed the value.