|
|
@@ -29,7 +29,7 @@ export const useAppsFlyer = (() => {
|
|
|
const initCallbackID = window.plus.bridge.callbackId(initSuccess, fail)
|
|
|
const startCallbackID = window.plus.bridge.callbackId(startSuccess, fail)
|
|
|
|
|
|
- window.plus.bridge.exec('AppsFlyerExpand', 'initSDK', [initCallbackID, 'uFB8ocrd4ExTgKYPMyYfYD', false])
|
|
|
+ window.plus.bridge.exec('AppsFlyerExpand', 'initSDK', [initCallbackID, appsFlyerKey, false])
|
|
|
} else {
|
|
|
// appsFlyer.initSdk({
|
|
|
// devKey: appsFlyerKey,
|