URL decoded on iOS

Welcome! Forums Unity Plugins In-App Web Browser URL decoded on iOS

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2353
    rgjones
    Participant

    Hi I am using your plugin on Android and iOS. Working well on Android. I am sending json stringified data as a msg to Unity. Part of the msg is two url’s which are still base64 encoded. The issue is that when that same data from the same web page is sent on the iOS version of the browser it is no longer base64 encoded? Any idea why there is a difference from Android vs iOS?

    Thanks

    Glenn

    #2354
    rgjones
    Participant

    Hi Sorry I meant they are url encoded (not base64 encoded) – example %3D%3D when received in the browser and shows as converted to == in the debug.log output on the received data in Unity.

    #2366
    PiotrPiotr
    Keymaster

    Hi,
    This is some left over from older version of plugin. I could change it now but I am worried it will break some existing clients (someone could rely on this).

    #2371
    rgjones
    Participant

    Hi Piotr, Thank you for your reply.

    Any chance we could get a custom build that fixes this or access to the source code for the iOS version of the plugin. I have been trying to rewrite the url back to the expected format but so far I have not been successful.

    Thanks

    Glenn

    #2375
    PiotrPiotr
    Keymaster

    Sure, can you replace file from Plugins/iOS with this?

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.