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

ios prebid sdk version : 2.4.0 : Crash on bid.ext.prebid.meta getter in Bid.swift #1107

Open
jangirtony2009 opened this issue Feb 25, 2025 · 0 comments

Comments

@jangirtony2009
Copy link

jangirtony2009 commented Feb 25, 2025

Describe the bug
If the bid-meta from the server is not of type [String: String], it will cause a crash. As per ORTB and Prebid norms, bid-meta can be a JSON model type.

To Reproduce
Steps to reproduce the behavior:

  1. Request for an ad.
  2. If in the response bid.ext.prebid.meta is not [String: String] type of response.
  3. and render tries to access the meta info

Expected behavior
It should not cause a crash.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: ios
  • Browser [e.g. chrome, safari]
  • SDK Version 2.4.0

Smartphone (please complete the following information):

  • Device: all
  • OS: all
  • Browser all
  • Version all

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant