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

The SDK makes a lot of failed request to https://api2.appsflyer.com/inappevent/{bundle_id} #305

Open
markgravity opened this issue Oct 8, 2024 · 0 comments

Comments

@markgravity
Copy link

Report

SDK Version

6.15.2

What did you do?

  • Setup the SDK
  • Access some screens with a list of items
  • Put the app into the background state
  • The SDK triggers to make a request to https://api2.appsflyer.com/inappevent/{app_bundle_id} with this request body:
{
  "appsflyer_id": "xxxx",
  "eventName": "view_item_list",
  "af_events_api": "true",
  "eventValue": "",
  "idfa": "00000000-0000-0000-0000-000000000000",
  "bundle_id": "xxxxx"
}

What did you expect to happen?

  • The request to https://api2.appsflyer.com/inappevent/{app_bundle_id} should be successful.

What happened instead?

  • The request to https://api2.appsflyer.com/inappevent/{app_bundle_id} returns 400

CleanShot 2024-10-08 at 14 05 14

Please provide any other relevant information.

n/a

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

No branches or pull requests

1 participant