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?
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.
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).
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.