Android,谷歌播放修改你的apk。(Android, Does google play modify your apk. Access to internal memory)

编程入门 行业动态 更新时间:2024-10-28 03:20:21
Android,谷歌播放修改你的apk。(Android, Does google play modify your apk. Access to internal memory)

我开发了一个字典,我需要将数据库文件复制到其他应用程序内部存储中。 我在两个应用程序中的清单中使用相同的sharedUserId实现了它。

android:sharedUserId="edu.games.main.permission.database" android:sharedUserLabel="@string/sharedUserLabel"

系统有效。 当我生成我的字典和我的应用程序的签名APK,它将数据安装到字典的内部存储器中时,它可以正常工作。

但是,当我在Google Play上传这些已签名的应用并从那里下载时,会出现此问题:

EACCES(许可被拒绝)

Google Play会以某种方式修改应用吗? 它可以在没有Google Play的情况下运行,但它不适用于它。

是否有任何建议如何从Google Play复制外部数据库并将其安装到应用程序的内部存储器中,而无需使用Google Play之外的服务器?

I developed a dictionary where I need to copy the database file into anothers app internal storage. I achieved it with same sharedUserId in manifest in both apps.

android:sharedUserId="edu.games.main.permission.database" android:sharedUserLabel="@string/sharedUserLabel"

The system works. When I generate a signed APK of my dictionary and my app, which installs the data into the internal memory of dictionary, it works okay.

But, when I upload those signed apps on Google Play and download it from there, this problem appears:

EACCES (Permission denied)

Does Google Play somehow modify the app? It works on without Google Play, but it does not with it.

Are there any suggestions how to copy an external database from Google Play and install it into internal memory of your application without using server outside of Google Play?

最满意答案

Google Play商店不会对您的apk进行重新签名,但这可以解释您的行为。 我下载你的apk的onstore和offstore副本,并将他们的签名与jarsigner进行比较

来源: 验证两个apk文件是否使用相同的签名进行签名

这是一个类似的SO问题: Android上的异常'开放失败:EACCES(Permission denied)'

Google Play Store doesn't resign your apk, but that would explain your behavior. I'd download both onstore and offstore copies of your apk and compare their signatures with jarsigner

Source: Verifying that two apk files are signed with the same signature

Here's a similar SO question: Exception 'open failed: EACCES (Permission denied)' on Android

更多推荐

本文发布于:2023-08-06 13:46:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1448604.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:google   play   Android   apk   internal

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!