You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed Pollfish only initialize when loadRewardedAd function called. But in order to verify our app we got an email saying we need 5 daily user. Which we have 100s btw. But we still get this mail. Wouldn't it be initialize inside initialize function so that every user counts as daily active instead of waiting for waterfall to run ? We have huge waterfall and I think it will take much more user than just 5.
Hi,
I noticed Pollfish only initialize when
loadRewardedAdfunction called. But in order to verify our app we got an email saying we need 5 daily user. Which we have 100s btw. But we still get this mail. Wouldn't it be initialize insideinitializefunction so that every user counts as daily active instead of waiting for waterfall to run ? We have huge waterfall and I think it will take much more user than just 5.