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

Updating from old sdk, RewardInfo is no longer working and make surveys unavailable #9

Open
00christian00 opened this issue Oct 24, 2024 · 0 comments

Comments

@00christian00
Copy link

00christian00 commented Oct 24, 2024

Hi, I just updated from an old sdk on an app I am developing and noticed I wasn't receiving anymore surveys on the test app.
I pinpointed the issue on the setting of RewardInfo in the params.
My code was like this and had to comment out the param in question:

 Pollfish.Params pollfishParams = new Pollfish.Params(apiKey)
     .OfferwallMode(offerwallMode)
     .ReleaseMode(releaseMode)
     .UserProperties(userProperties)
     .ClickId(clickId)
     .Signature(signature)
     .IndicatorPadding(indicatorPadding)
     .IndicatorPosition(indicatorPosition)
     .RequestUUID(requestUUID)
    // .RewardInfo(rewardInfo) NO LONGER WORKS, MAKE SURVEYS UNAVAILABLE
     .RewardMode(true);

There is no error displayed, just the sdk never returns any poll. I don't need the param, just pointing out to you guys for other people, because it wasn't easy to find the culprit without errors.

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