(Meant to edit the post above. Sorry)
edit:
So i ended up moving
PermissionHelper.acquirePermissions(new String] {"android.permission.WRITE_EXTERNAL_STORAGE"}, this);
to the “Else” (Check 'em Dano…lol) part of that statement because the OBB was downloaded correctly. When i open the game now, it does ask for storage permissions immediately which is cool.
The problem is that even after accepting, it just sits there.
Is there a way to call the install process of the OBB once accepted.
I am thinking it might be this code
ProcessOBBFiles();
Found slightly below.
I think it is trying to run that code before I even accept the storage permissions so even after i accept, it doesn’t try again basically.
Any advice on this?