- Home /
AWS s3 with unity on Android device not work
I use AWS Mobile SDK for Unity, I use Units 2019.4.4f1
What I would like to get: - I connect to the database using the keys, - I download objects from the database .
I use the function IAmazonS3.GetObjectAsync (request, callback)
, as in the examples given by Amazon
In the unity editor, everything works as it should. When I build a program for a mobile device, IAmazonS3.GetObjectAsync (request, callback)
does not work, nothing returns, doesn't even go inside and nothing writes, as if it were ignored.
Do I not have the appropriate permissions in my AndroidManifest file? Didn't I check a box in Unity editor to make this connection? Can it be caused by something else like an outdated library or an incompatible Unity version?
thank you for any answers
Your answer
