aws / aws-sdk-net

The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
http://aws.amazon.com/sdkfornet/
Apache License 2.0
2.06k stars 855 forks source link

GetObjectAsync not giving callback on Oculus Go (Android) #1378

Closed vincykiranjesus closed 4 years ago

vincykiranjesus commented 5 years ago

I am making a project for the Oculus Go, and I am having users login through CognitoAWSCredentials. This works in the Unity Editor, standard Android, standard IOS, and in standalone builds, but not on the Oculus Go (running Android).

Expected Behavior

The scripts are expecting, Get Object from S3 Bucket

normj commented 5 years ago

Could you follow this blog post for having your Unity application use the .NET Standard version of the SDK? I'm curious how the .NET Standard version works in Oculus.

https://aws.amazon.com/blogs/developer/referencing-the-aws-sdk-for-net-standard-2-0-from-unity-xamarin-or-uwp/

I know the process is way too cumbersome right now. We are working on making that better.

github-actions[bot] commented 4 years ago

We have noticed this issue has not recieved attention in a year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.

SimonStHilaire commented 3 weeks ago

I have the exact same problem but on Oculus Quest 3. I am using the .NET Standard version.