Have a Galaxy 1 device running Android 2.3.6, it produces an error when using the OBB downloader package.
It works fine on all other devices I have.(Android 4.0>)
Any ideas what might be going on?
The call to the downloader is only called once with the FetchOBB which comes with the package.
The downloader screen comes up fine but stops on “Starting…”
09-16 22:57:21.882: W/LVLDL(12660): Aborting request for download main.1.com.name.obb: too many redirects
09-16 22:57:21.882: W/System.err(12660): com.unity3d.plugin.downloader.b.o: too many redirects
09-16 22:57:21.882: W/System.err(12660): at com.unity3d.plugin.downloader.b.k.a(Unknown Source)
09-16 22:57:21.882: W/System.err(12660): at com.unity3d.plugin.downloader.b.p.a(Unknown Source)
09-16 22:57:21.882: W/System.err(12660): at com.unity3d.plugin.downloader.b.g.handleMessage(Unknown Source)
09-16 22:57:21.882: W/System.err(12660): at android.os.Handler.dispatchMessage(Handler.java:99)
09-16 22:57:21.882: W/System.err(12660): at android.os.Looper.loop(Looper.java:130)
09-16 22:57:21.882: W/System.err(12660): at android.os.HandlerThread.run(HandlerThread.java:60)
09-16 22:57:22.042: D/Unity(12660): NativeActivity stop: 0x2b6288
For posterity, the fix for this seems to be just increment the bundle version code and rebuild, and upload both the APK and expansion file again. Equivalent of turning it off and on again I guess