I’d really like to use analytics with the game I’m currently working on but I’m worried about potential privacy issues.
I’d like for users who don’t want to be tracked to turn off the analytics but there doesn’t seem to be any way to do that.
Is there some method that I could call to prevent data being sent?
1 Answer
1This isn’t possible, as the unity analytics system doesn’t have a way of disabling it at run-time.
- Makak