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

A little bug with MTRewardedAdOptions #104

Open
ShadowOfPhantom opened this issue Apr 8, 2022 · 0 comments
Open

A little bug with MTRewardedAdOptions #104

ShadowOfPhantom opened this issue Apr 8, 2022 · 0 comments

Comments

@ShadowOfPhantom
Copy link

ShadowOfPhantom commented Apr 8, 2022

Hey, what's up

I found a strange bug:

MTRewardedAdOptions options = new MTRewardedAdOptions
                                {
                                    UserId = "UserId",
                                    CustomData="Some custom string mkay",
                                };
                                
CrossMTAdmob.Current.LoadRewardedVideo(adBlock, options);

The problem is in SSV callbacks Google send me (back-end verification), the callbacks always contain an empty UserId and CustomData :) Is there a way to fix that? I always used to use an old versions of the plugin (such as 1.6.1) and these strings worked fine there

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