Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该在启动 Branch.io 之前检查 root 访问权限吗?
// Branch.io if (!CommonUtils.isRooted(this)) { Branch.getAutoInstance(this); }
我担心推荐欺诈
来自 Branch.io 的 Alex 在这里:您对此有什么特别的担心吗?我们通常建议在您的用户在您的应用中通过身份验证之前不要奖励推荐积分,并且 Branch SDK 还使用 Android ID 来防止推荐欺诈。我看不出您无法进行 root 访问检查的任何原因,但在大多数情况下可能没有必要。