Closed LuanNguyen-HnL closed 1 year ago
Thank you for reaching out. This change is not related to the SDK so it will not effect the SDK behavior.
So when we update the API V1 token to the API V2 token, the place we want to change in code is devKey ?
appsFlyer.initSdk( { devKey: ???????, isDebug: true, appId: '1111111', onDeepLinkListener: true, timeToWaitForATTUserAuthorization: 10, //for iOS 14.5 }, (result) => { console.log(result); }, (error) => { console.log(error); }, );
@ThushalIntervest - Devkey is different from V2/V1 api token. These api tokens are used to pass on Server to server events to appsFlyer. Devkey is used to configure in-app events in the AF SDK. Here is the link to get your devKey from appsflyer account.
Report
Plugin Version
6.9.4
On what Platform are you having the issue?
ios and android (React Native)
What did you expect to happen?
Do the team have plan for updating this SDK for the new API Token V2?
Please provide any other relevant information.