aws-samples / aws-sdk-unity-samples

This repository has samples that demonstrate various aspects of the AWS Mobile SDK for Unity, you can get the SDK source on Github (https://github.com/aws/aws-sdk-net)
Other
161 stars 107 forks source link

Can't get S3 sample to work with Unity, IL2CPP and Android #37

Open ShacharWeis opened 5 years ago

ShacharWeis commented 5 years ago

I have a Unity app that needs to upload files to S3. It works on desktop. When I build and run on an Android device, I'm getting no response from S3. There are no errors either (I'm looking at the logcat), just nothing.

I've added S3 to link.xml

Any ideas ?

ShacharWeis commented 5 years ago

This is why :(

https://issuetracker.unity3d.com/issues/android-aws-sdk-stopped-working-in-android-builds-with-unity-2019-dot-1-0a1-and-up

derwaldgeist commented 4 years ago

What's the status of this? We need S3 support in Unity 2019.3, so seeing this open for almost a year worries me.

se7enXF commented 1 year ago

I meet the same issue in windwos. Test in unity 2021.3.5 and 2022.2.1 editor. No resopnse and no error.