Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No address associated with hostname #484

Closed
thaycacac opened this issue Jul 28, 2023 · 1 comment
Closed

No address associated with hostname #484

thaycacac opened this issue Jul 28, 2023 · 1 comment
Labels

Comments

@thaycacac
Copy link

Report

Plugin Version

via 6.12.1

On what Platform are you having the issue?

  • Android

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
Copy link

👋 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 [email protected].
When submitting the ticket, please specify:

  • ✅ your AppsFlyer sign-up (account) email
  • ✅ app ID
  • ✅ production steps
  • ✅ logs
  • ✅ code snippets
  • ✅ and any additional relevant information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants