Blocking in-app chat for Walking War Robots iOS at router level

ios

I'm looking for a way to disable in-game chat for a game on iOS, walking war robots. The kid likes it a lot and I don't want to have the conversation yet about people online.

There's not an iOS setting that is this granular about blocking chat.

My unique situation that makes this feasible is that the iPad he uses is WiFi only and doesn't leave the house. Theoretically, the chat is hitting a separate endpoint / path from the game that I could blacklist at the router level because it's already running DD-WRT.

What I want to know is how do I go about finding the endpoint from the chat so I can try and block it.

Best Answer

In short, you probably can't. It's a very very very longshot, the app using different ports for gameplay and chat. The best way would be to contact the dev and ask for a chat block safety feature.

But if you want to try to find a chat port (if any), just enable traffic logging in your router. Check the log to see which ports the iOS IP is using when running the game / chatting and block them one by one to see if it changes anything. Again, this is very unlikely to work.

Related Topic