You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to be connected on WiFi network which has no internet gateaway and to communicate through mobile connection with server and S3 uploads. When I specify TransferNetworkConnectionType.MOBILE in TransferUtility, observers get status WAITING_FOR_NETWORK and doesn't start (even if I turn off WiFi after that).
If WiFi is off when starting uploads then it works ok. On higher Android levels (Android 10+) it works ok.
AWS Android SDK Version: 2.75.0
Device: M3 Mobile SM15
Android Version: 7.1.1
The text was updated successfully, but these errors were encountered:
Older versions of Android OS were not as intelligent as newer versions in managing multiple network connection types. If you were on WIFI, there are limitations around managing a cellular connection as well. More recent versions of Android are able to gracefully handle this.
I'll try and see what Android OS documentation I can find on this. However, it is unexpected that even after turning WIFI off, the upload wont begin. Someone on our team will try to replicate.
I need to be connected on WiFi network which has no internet gateaway and to communicate through mobile connection with server and S3 uploads. When I specify TransferNetworkConnectionType.MOBILE in TransferUtility, observers get status WAITING_FOR_NETWORK and doesn't start (even if I turn off WiFi after that).
If WiFi is off when starting uploads then it works ok. On higher Android levels (Android 10+) it works ok.
The text was updated successfully, but these errors were encountered: