MTAdmob icon indicating copy to clipboard operation
MTAdmob copied to clipboard

A little bug with MTRewardedAdOptions

Open ShadowOfPhantom opened this issue 2 years ago • 0 comments

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

ShadowOfPhantom avatar Apr 08 '22 22:04 ShadowOfPhantom