简体   繁体   English

有没有办法在iOS / Android上访问其他应用程序数据

[英]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? 有没有办法在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. 对于android,您可以使用内容提供程序访问另一个应用程序中的数据,但另一个应用程序需要使该内容可用。

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 显然,如果可能的话,将会出现各种各样的安全问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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