Hello,
I’ve looked over the internet and the only solution which I found is this one:
http://stackoverflow.com/questions/34138707/check-for-internet-connectivity
So, it basically suggests to try to connect to the web site to see if the Internet connection is available or no. But I also want to know what kind of Internet connection is currently turned on, on some particular phone at the time when the game is being played.
I want it because I want to show the video ads, but if the player connected via 3G mobile data plan, at some cases(different data plans) it may cost them a lot, so instead of the video ads I would just show the Interstial (image) ads…
Could someone point me to the right direction? Or any Unity dev?
Thanks a lot.