Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing ios app with great firewall of China

I have an existing iOS app that is available on the appstore and works well except that users tell me (via appstore reviews) that it (sometimes) does not work in China.

Since the app uses http webservices to a european server and streaming video using wistia I strongly belief its because communication is being blocked by the great firewall of China.

I would like to test this somehow. What would be the best way to test my iOS app here in Europe (Belgium) as if it would be sitting behind the great firewall of China?

like image 809
HixField Avatar asked Aug 25 '16 14:08

HixField


1 Answers

I would say the best way to test this would be to VPN into china. That way you can test whether your app's traffic is being blocked by the great firewall.

Here is a website which lists a few VPNs that could do the job: https://www.vpndada.com/vpn-into-china/

like image 104
Swinny89 Avatar answered Oct 06 '22 06:10

Swinny89