AppsFlyerSDK / appsflyer-react-native-plugin

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

No address associated with hostname #484

Closed thaycacac closed 11 months ago

thaycacac commented 1 year ago

Report

Plugin Version

via 6.12.1

On what Platform are you having the issue?

What did you do?

This is my code

  useEffect(() => {
    appsFlyer.onInstallConversionData((res) => {
      console.log('onInstallConversionData', res)
    })

    appsFlyer.onInstallConversionFailure((res) => {
      console.log('onInstallConversionFailure', res)
    })
    appsFlyer.setAppInviteOneLinkID('invitation', (result) => {
      console.log('setAppInviteOneLinkID', result)
    })
    appsFlyer.generateInviteLink(
      {
        channel: 'invite',
        campaign: 'string',
        customerID: 'string',
        referrerName: 'string',
      },
      (result) => {
        console.log('generateInviteLink', result)
      },
      (error) => {
        console.log('error', error)
      }
    )
    AFInit()
  }, [])

What did you expect to happen?

I want to get information from onInstallConversionData.

What happened instead?

I got problem this problem. But currently still get the link from generateInviteLink

Unable to resolve host "uj6ecc-conversions.appsflyersdk.com": No address associated with hostname
image

Please provide any other relevant information.

ℹ Please replace these two lines with more information. e.g. The issue started when we upgraded the plugin to the latest version

github-actions[bot] commented 1 year ago

👋 Hi @thaycacac 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: