-
Notifications
You must be signed in to change notification settings - Fork 0
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
4.10.6.7.2 #61
Merged
Merged
4.10.6.7.2 #61
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bwised
changed the title
[DO NOT MERGE] Send extras to InMobi for token fetching
4.10.6.7.2
May 28, 2024
bwised
requested review from
a team,
bwised,
bichenwang,
cb-jpadilla and
CB-RyanMcCormick
and removed request for
a team
May 28, 2024 17:55
bichenwang
approved these changes
May 28, 2024
cb-jpadilla
approved these changes
May 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
CB-RyanMcCormick
approved these changes
May 28, 2024
bwised
added a commit
that referenced
this pull request
Jul 12, 2024
* HB-7029: Handle fullscreen ad memory leak * InMobi 10.6.3 (#54) * [HB-7351] InMobi `10.6.7` (#55) * Add automated-create-release-version.yml (#56) * [HB-6536] Updated adapter to use InMobi bidding API (#57) * [HB-6536] Updated adapter to use InMobi bidding API * Supplying `adm` data into load when available * Fixed which load is used; should not use bytes version if array is 0 length * 4.10.6.7.2 (#61) * Send extras to InMobi for token fetching * Set adapter version to `4.10.6.7.2` --------- Co-authored-by: Ray Graham <rayg@bitwisedesign.com> * 4.10.7.3.0 (#66) * 4.10.7.4.0 (#67) * Fixed botched merge * Removed unused TCF_STRING_KEY --------- Co-authored-by: bichenwang <bichenwang@gmail.com> Co-authored-by: chauduyphanvu <vu.chau@chartboost.com> Co-authored-by: Helium Service <103450738+helium-service@users.noreply.github.com>
cb-jpadilla
added a commit
that referenced
this pull request
Aug 1, 2024
* [HB-6645] Helium rebranding * [HB-6442] Refactor show to take Activity instead of Context * AdapterConfiguration * New ChartboostMediation error design (#58) * Update CLA links (#59) * [HB-7637] Partner Adapter Rework (#60) * Gradle 8 migration (#62) * Pre 5.0 getting ready for release (#63) * [HB-7689] Version pumps for Mediation 5 (#64) * API 34 (#65) * [HB-7689] Catching up with latest certified versions (#68) * HB-7029: Handle fullscreen ad memory leak * InMobi 10.6.3 (#54) * [HB-7351] InMobi `10.6.7` (#55) * Add automated-create-release-version.yml (#56) * [HB-6536] Updated adapter to use InMobi bidding API (#57) * [HB-6536] Updated adapter to use InMobi bidding API * Supplying `adm` data into load when available * Fixed which load is used; should not use bytes version if array is 0 length * 4.10.6.7.2 (#61) * Send extras to InMobi for token fetching * Set adapter version to `4.10.6.7.2` --------- Co-authored-by: Ray Graham <rayg@bitwisedesign.com> * 4.10.7.3.0 (#66) * 4.10.7.4.0 (#67) * Fixed botched merge * Removed unused TCF_STRING_KEY --------- Co-authored-by: bichenwang <bichenwang@gmail.com> Co-authored-by: chauduyphanvu <vu.chau@chartboost.com> Co-authored-by: Helium Service <103450738+helium-service@users.noreply.github.com> * HB-8087 Privacy Audit (#69) * Banner Size Update (#70) * fix gdpr * Java 17 * InMobi 5.10.7.5.0. --------- Co-authored-by: bichenwang <bichenwang@gmail.com> Co-authored-by: Ray Graham <rayg@bitwisedesign.com> Co-authored-by: Helium Service <103450738+helium-service@users.noreply.github.com> Co-authored-by: Jose Padilla <jose.padilla@chartboost.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://chartboost.atlassian.net/browse/HB-7894
According to InMobi, the adapters are not setting the extras being set when requesting the token from InMobi (step 5 in the doc). This PR addresses this issue.