No obb file is downloaded through Google Play Store

Hi there,

I created my first application using Unity and Vuforia. My whole app is more than 100 MBs, so I had to split the application to an initial apk (39.1 MBs) and an obb file (127.7 MBs).
So, I am following all the needed steps to publish the app to Google Play Store, I add both apk and obb file with keystore etc. etc. The problem is that when I am trying to check the published app, I find it at Google Play Store, I click download and the initial apk (39.1 MBs) is indeed downloaded and installed correctly. I open then the app, I get the first menu scene, but when I click to a button to load a level/scene, then my app is stuck at a loading image I have created.
No obb file is downloaded or installed, in order my app to be able to load the levels/scenes. What am I doing wrong? Do I have to manually put a script inside my menu scene in order to download the obb file or this is done automatically when I click on the option “Split Application Binary” before build my app?

Your immediate response would be much appreciated!
I am using Unity 5.3.1.f1 Personal + Vuforia 5.5.9

Best,
Nikolaos.

I’m having the same issue. Did you find a fix?