Game Data Store and Retrieve

Hi,

   I had a 20+ apps for kids , all are based on Maths and each have it’s own sql database.now we are going to create a new app which will show only all games data like a sheet.

My question is,  Is it possible to get .db file from documents folder of each app in both Android and IOS. if not then what will be the Alternative solutions.

Thanks
 

I don’t think apps can access the data held by other apps. Maybe it’s possible on Android Native, but certainly not on iOS.

The only option I can see (and it’s not a great one!) is to update all of your apps so they report their data to a central server, which can then be downloaded by your ‘stats’ app.

I don’t think apps can access the data held by other apps. Maybe it’s possible on Android Native, but certainly not on iOS.

The only option I can see (and it’s not a great one!) is to update all of your apps so they report their data to a central server, which can then be downloaded by your ‘stats’ app.