AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
283 stars 198 forks source link

Deprecated API V1 Token #449

Closed LuanNguyen-HnL closed 1 year ago

LuanNguyen-HnL commented 1 year ago

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.

Screenshot 2023-01-31 at 14 39 35
amit-kremer93 commented 1 year ago

Thank you for reaching out. This change is not related to the SDK so it will not effect the SDK behavior.

ThushalIntervest commented 1 year ago

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); }, );

neharastogi093 commented 1 year ago

@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.