简体   繁体   中英

Is there a way to access other apps data on iOS/Android

Basically what I'm trying to achieve is to be able to read users scores on the games they're playing and to make something like "Compare Scores with Friends". Is there a way to access other apps data (games scores to be exact) on iOS/Android? Maybe somehow thru the gamecenter?

Thanks.

For android you can use a Content Provider to access data in another application, but the other application needs to make that content available.

You can't just read data that another application has. Obviously there are all sorts of security issues that will arise if that was possible

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM