0

I plan on implementing Google App Invites on our iOS and Android app. What I have not been able to figure out yet is will an iOS user be able to invite an Android user and vice versa - and is there a way to have the invite recognize which device the recipient is using and send to the correct store?

4

2 回答 2

2

您可以在 Android 和 iOS 之间跨平台发送邀请,甚至可以在单个邀请中混合多个收件人。

对于要找到正确的跨平台应用程序来安装映射的应用程序邀请,必须在开发人员控制台 (console.developers.google.com) 中定义,将它们放在同一个项目中。

于 2015-07-22T22:37:18.393 回答
0

从 Android 应用程序发送邀请时,在邀请中生成和发送的链接是指向 Play 商店的链接。所以目前,我猜安卓用户只能邀请安卓用户。

从 iOS 应用程序生成的链接指向网页,因此理论上可以通过用户代理识别操作系统并发送到正确的商店。但目前这并没有发生,页面在 Android 上打开时也会重定向到 iTunes。

所以,目前看来您只能向您的操作系统对应的商店发送邀请,即Android用户只能向Play商店发送邀请,iOS用户只能向应用商店发送邀请。

于 2015-06-21T13:35:25.400 回答