Open prompt after Android installation: Before opening the app, please check whether your device has Google Play enabled #3240
-
How frequently does the bug occur?-- select -- Description安卓端安装后打开提示:在打开应用之前,请检查你的设备是否启用了谷歌play****,由于是别的网友已经在谷歌商店下载安装了,然后通过es备份应用再分享到给我们来使用,打开提示这个,是谷歌的政策使用的时候一定会检测是否有谷歌play商店导致应用不可用,然后强制关闭了,还是开发者留的限制呢?是否可以取消这个限制?另外后期是否兼容,开放公网需求,有时候在外手机端和pc并不一定实时在局域网内,希望后期有这个功能需求,绑定设备的时候,指定域名+端口,类似微信输入法差不多,做到无感知,谢谢。 Stacktrace & log outputCan you reproduce the bug?-- select -- Reproduction Steps1、下载应用 Version1.2.0 OS安卓 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@liangyoufeng 因此它需要绑定应用商店的支付系统。 目前只支持了 Google Play,适配简单、不需要搭建自己的服务器进行支付验证。
The Android version offers basic features for free, with advanced features requiring a Pro subscription. Currently, only Google Play is supported as it's simple to integrate and doesn't require building our own server for payment verification. A domestic Chinese version is under development. Payment methods like Alipay and WeChat all require an independent server for verification, so this requires some development effort. Launching on domestic app stores will take some time.
|
Beta Was this translation helpful? Give feedback.
@liangyoufeng
Android 版本,基础功能免费,高级功能需要订阅 Pro。
因此它需要绑定应用商店的支付系统。
目前只支持了 Google Play,适配简单、不需要搭建自己的服务器进行支付验证。
国内版本正在开发中,支付宝、微信等支付方式都需要有独立服务端进行验证,因此需要一些工作量,上架国内商城需要一些时间。
The Android version offers basic features for free, with advanced features requiring a Pro subscription.
Therefore, it needs to be integrated with the app store's payment system.
Currently, only Google Play is supported as it's simple to integrate and doesn't require building our own server for payment verification.
A domestic Chinese version is under development. Payment methods like Alipay and WeChat all require an independent server for verific…