Skip to main content

ironSource rejection Creative does not respond to the user taps therefore user cannot complete gameplay and get transferred to the store.

This may be occurring if you are using Input.GetTouch() in your game code.

Possible solution:

  • Instead use Input.GetMouseDown(); / Input.GetMouse();