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

Endless Loading Issue with VAST Live Ads on Android #337

Open
anyarik opened this issue Jan 17, 2024 · 0 comments
Open

Endless Loading Issue with VAST Live Ads on Android #337

anyarik opened this issue Jan 17, 2024 · 0 comments

Comments

@anyarik
Copy link

anyarik commented Jan 17, 2024

Encountering an issue with endless loading for live VAST-type advertisements from SmartyAds on Android. The ad request returns a 204 status, leading to an infinite ad loading loop. However, the same ad on iOS is processed and does not exhibit endless loading (the request status in the logs also shows as 204).

Snippet of ad configuration:

advertising: {
  adClient: 'vast',
  adSchedule: [
    {
      offset: "00:00:01",
      tag: "https://n1.smartyads.com/?c=v&m=api&res=xml&placementId=2266&bundle=com.flixsnip&us_privacy=1---&coppa=0&lmt=0&dnt=0&gdpr=0&gdpr_consent=%7Bgdpr_consent_534%7D&cust_params=age%3D60-plus%26gender%3Dmale",
    }
  ]
}

Environment:

  • expo: ^46.0.0
  • react: 18.0.0,
  • react-native: 0.69.6
  • react-native-jw-media-player: 0.2.43
  • compileSdkVersion: 33
  • targetSdkVersion: 33
  • buildToolsVersion: '33.0.0'
Screenshot 2024-01-17 at 17 03 22 Screenshot 2024-01-17 at 17 03 27
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