I am using ServiceStack. Redis to access my remote Redis Server. It doesn't throw any exceptions when I run it on my PC(Unity Android Environment). After I export .apk file from Unity and run the program on my android phone, it throws PlatformNotSupported exception. Is that because I don't include some .dll files? Or is ServiceStack. Redis not able to run on the mobile devices? I am a newbie to unity and servicestack.redis. Does anyone have idea?
Thanks in advance!
The Exception is because ServiceStack.Redis is using an API that's not supported on Android which throws a PlatformNotSupported at runtime when called.
Mobile devices like iOS/Android isn't a tested or supported platform for ServiceStack.Redis.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With