AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
276 stars 197 forks source link

Non-organic test not working (stuck forever at "Open the app now") #470

Closed canpoyrazoglu closed 1 year ago

canpoyrazoglu commented 1 year ago

Report

Plugin Version

6.10.2

On what Platform are you having the issue?

iOS

What did you do?

What did you expect to happen?

Non-organic install should be detected in web portal

What happened instead?

Nothing happened in web portal (stuck at "Open the app now" view in web portal). Also in the first install in onInstallConversionData af_message is organic install and af_status is Organic.

Please provide any other relevant information.

iOS 16.5.

Initialized as:

 appsFlyer.initSdk(
            {
                devKey: [...],
                isDebug: true, //also tried false
                appId: Platform.OS === 'ios' ? env.appsFlyerAppId : '', //only iOS
                onInstallConversionDataListener: true, //Optional
                onDeepLinkListener: true, //Optional
                timeToWaitForATTUserAuthorization: 30, //for iOS 14.5,
                manualStart: true,
            },
            result => {
              [...]
            },
            error => {
                [...]
            },
        );

And then later appsFlyer.startSdk();.

github-actions[bot] commented 1 year ago

👋 Hi @canpoyrazoglu and Thank you for reaching out to us. In order for us to provide optimal support, please submit a ticket to our support team at support@appsflyer.com. When submitting the ticket, please specify: