Reward User
Last updated
Last updated
There are two options for handling bonuses rewarded through the Offerwall:
Attach the UnityEvent
OnRewardReceived
to your GUI element (very first scene). Within this event, implement the logic to credit the user with the bonus. You will have access to the value of the bonus, allowing you to adjust the reward accordingly.
If you prefer server-to-server communication, MyChips can send a postback to your server with bonus information. The configuration for postbacks is available in your publisher dashboard. This method is useful for validating and securely rewarding users without client-side manipulation.