xiongzhu 2 年之前
父節點
當前提交
1e71ea843f
共有 1 個文件被更改,包括 7 次插入3 次删除
  1. 7 3
      src/main.js

+ 7 - 3
src/main.js

@@ -141,6 +141,9 @@ document.addEventListener('deviceready', () => {
         AppsFlyer.addListener(AFConstants.UDL_CALLBACK, res => {
             console.log('UDL_CALLBACK: ', res)
         })
+        AppsFlyer.setAppInviteOneLink({
+            onelinkID: 'cQAJ'
+        })
 
         setTimeout(() => {
             SplashScreen.hide()
@@ -185,6 +188,7 @@ Facebook.init({ appId: '683776590201632', pixelId: '557748303040652' }).then(()
     console.log('FacebookSDK initialized')
 })
 
-if (useStorage('showConsole', 0).value > new Date().getTime()) {
-    initEruda()
-}
+// if (useStorage('showConsole', 0).value > new Date().getTime()) {
+//     initEruda()
+// }
+initEruda()