【发布时间】:2019-02-12 03:56:05
【问题描述】:
Android 开发新手。当我们分发 .apk 文件时,接收方是否可以提取 google-services.json 并使用我们的数据库或身份验证数据库。
我看过 I have apk file, Is it possible to get android studio project from apk? 和Is google-services.json confidential? 和Is it possible to decompile an Android .apk file? 但不要直接关联
【问题讨论】:
-
能不能从一个apk中提取出转化为android的资源给其他项目apk使用?
-
不,因为他的 SHA-1 会有所不同,如果没有您的谷歌凭据,他无法添加他的 SHA-1
标签: android google-api google-play-services