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.
用户需要从应用程序内的自定义设置屏幕控制他的位置共享(或不共享)。但根据我的理解,如果用户在安装时最初接受共享位置,XtifySDK 会一直发送位置。Xtify
Xtify
我们可以Xtify通过 SDK 功能控制位置发送选项吗?
您可以禁用发送位置。利用:
XtifyLocation.disableRepetitiveLocUpdate(getApplicationContext());
在 Android 上,以及
[[XLappMgr get] updateLocationRequiredFlag:NO];
在 iOS 上禁用发送位置。