Questions tagged [great-firewall-of-china]

A blanket term to refer to legislation and projects initiated by the Chinese government that attempt to regulate and censor parts of the internet in Mainland China.

65 questions
0
votes
1 answer

Unable to create a GCP account. The option for the country China is not available

I am trying to help a friend who would like to sign up for a GCP account,he is located in China. And he said that the option for the country upon the creation of the account shows all other country exempt for China. Why and how can we proceed?
0
votes
1 answer

PWA are restricted in certain countries? Like China?

Are PWA are restricted in certain countries? PWA is setup using workbox, default given in 'create-react-app'. My managerial team says they are blocked in China. Currently our site is using only Google Analytics apart from normal data API . Checked…
0
votes
1 answer

How can I have a QR code that can open the iOS / Android stores across China and South East Asia?

We are developing an app that will be released across south east asia and China. It is for a product that will have a QR code printed on the packaging, once scanned the QR code will open the relevant app store to download the app. The problem is in…
sarahr
  • 9
  • 1
0
votes
0 answers

How to make mobile applications install and run in CHINA?Any option for the app to work without using VPN?

Recently, I gave an iOS build to my client to test an app. I did it by using Unity and ARKit. From the client's feedback, he downloaded the application but the app is not initializing. In order to let the app to initialize, it requires Internet…
zyonneo
  • 1,319
  • 5
  • 25
  • 63
0
votes
0 answers

Baidu Push Notification - ChannelId and UserId is not unique

I am developing ionic mobile application and integrating with Baidu push service. Plugin used : https://www.npmjs.com/package/cordova-plugin-push-baidu When I call startWork plugin method, am getting ChannelId and UserId. Issue : I login with User…
0
votes
1 answer

Auth0 hosting in China

I am planning to use Auth0 service for Chinese users. I noticed that there are no servers that are hosted in China, and because of that my main concern is the firewall that China has. Weather my azure hosting web application will be able to access…
Lyubomir Velchev
  • 962
  • 2
  • 11
  • 30
0
votes
2 answers

libsodium.so.23 when using SSR in ubuntu 16

I'm trying to use shadowsocksR in my ubuntu 16 . sudo apt-get install git git clone -b manyuser https://github.com/shadowsocksr-backup/shadowsocksr.git cd shadowsocksr/shadowsocks python local.py -s server_ip -p server_port -k password -m…
0
votes
1 answer

Gravatar blocked in China, need a workaround

I am developing a Ruby on Rails app. Gravatar is blocked in China, where we have a ton of users. Which means if you pull from gravatar's site in your app, your website will crash/not load for anyone based in China. So I have two options: Upload all…
0
votes
1 answer

WordPress-based website not working properly when viewed in China

I have a fully-developed WordPress site containing a few animations and carousel. I found out that the animations and carousels do not load when it is accessed in China: Website does not work well when accessed in China using its most…
Dynameyes
  • 435
  • 5
  • 15
0
votes
1 answer

What happens when you try to log into Facebook from behind China's great firewall?

For a few clients now, I've had a request to hide the "login with Facebook" feature in China, where Facebook is blocked. There are a couple ways I can think of to do this: 1) Use device locale. Advantage: super simple! Disadvantage:…
buildsucceeded
  • 4,203
  • 4
  • 34
  • 72
0
votes
1 answer

Does google map in china api not support key?

I've tried to get city information for china users http://maps.google.cn/maps/api/geocode/json?latlng=39.934574,116.342378&key=MyAPI It wasn't worked http://maps.google.cn/maps/api/geocode/json?latlng=39.934574,116.342378 I removed key and try…
Shawn Baek
  • 1,928
  • 3
  • 20
  • 34
0
votes
1 answer

Google Play Game Services in China?

I have understood that due to some laws there are some telecommunications services blocked in China. Can developers expect the Google Play Game Services being available to Chinese users? EDIT: This question is about Google Play Game Services used…
esdebon
  • 2,460
  • 5
  • 26
  • 33
0
votes
2 answers

Google Maps Geolocation API for China

I am using Google Maps Geolocation API to get location address in china with the help of MCC, MNC, Lac Id and Cell Id. But Api returns "Not Found" error for all the sets of MCC, MNC, Lac Id and Cell Id of China. So, is there an issue with Google Api…
-1
votes
1 answer

We cannot reach branch.io in China

It appears since this morning that we are unable to access branch.io links from China. Is anyone else having issues? This has huge impact for us, we need to know what's wrong.
Florian Monfort
  • 153
  • 4
  • 13
-1
votes
1 answer

Google Maps SDK for iOS in China

I have successfully implemented Place Autocomplete using GMSAutocompleteViewController in my iOS application. I have made a beta testing using TestFlight in China and realized that it doesn't work there. But domain maps.google.cn is currently…