MUHAMMAD QASIM QADRI

Results 3 comments of MUHAMMAD QASIM QADRI

@auzeonfung @shadcn Are conflicts the reason for not merging this PR?

same error on IOS, when calling logevent V6.9.2 RN version 0.67.3 `Error: com.appsflyer.sdk.network` @GM-appsflyer

fixed this issue by adding the correct devKey and appId on the init of sdk. ``` appsFlyer.initSdk( { devKey: 'correct-dev-key', ----> here isDebug: false, appId: 'your-app-id', ----> here onInstallConversionDataListener: true,...