So, im using playhaven.setNotificationBadge( options ) to show the notification badge. how do i hide it? when i change scene it still stays there. i tried assigning a variable to it and then adding it to a group, but i get an error. any tips?
Seems the playhaven stuff isn’t very active here.
Have you tried calling
playhaven.setNotificationBadge({x=someButton.x, y=someButton.y, clear=true, test=false, placement=“more_games”, orientation=system.orientation})
Notice the clear=true flag.
I can’t test it because I can’t get the badge shown (even with the test=true flag).
Started to testing playhaven today.
It look like there is much potential there (placements, cross-promotion, ads for kids option etc.)
Interstitial ads are shown without any problems, and they show fast.
Guess I will use them in our new game.
Anyone has some production experiences to share ?
Seems the playhaven stuff isn’t very active here.
Have you tried calling
playhaven.setNotificationBadge({x=someButton.x, y=someButton.y, clear=true, test=false, placement=“more_games”, orientation=system.orientation})
Notice the clear=true flag.
I can’t test it because I can’t get the badge shown (even with the test=true flag).
Started to testing playhaven today.
It look like there is much potential there (placements, cross-promotion, ads for kids option etc.)
Interstitial ads are shown without any problems, and they show fast.
Guess I will use them in our new game.
Anyone has some production experiences to share ?