Hi everyone,
I’m building an App that needs device specific data.
Since I wont put the data for all possible smartphones into the apk I want to load the data online.
I thought of two possibilities:
1.) Create one .obb extension file for every device and upload all to the Play Store.
The right obb is automatically downloaded if someone downloads the app.
( I have no idea if this is possible)
2.) Load the data at the first app start from a server.
Since I don’t know how to handle the two options, I would appreciate every help.
Maybe someone has a better solution?
Thanks!