全部產品
Search
文件中心

Mobile Platform as a Service:H5 容器定位位移解決方案

更新時間:Jul 13, 2024

在使用 mPaaS 容器的過程中可能會遇到 H5 容器定位位移的問題,請參考以下方法進行設定更新:

- (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{

    //跳過 LBS 定位
    [LBSmPaaSAdaptor sharedInstance].shouldSkipLBSLocation = YES;

    .......
    
}