great-firewall-of-china

Is Google Places API available via maps.google.cn domain?

六眼飞鱼酱① 提交于 2021-02-04 21:01:34
问题 is Google places API available via maps.google.cn domain? This works from China. curl "https://maps.google.cn/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA" but this results in 404 The requested URL /maps/api/place/textsearch/json?query=SOME_QUERY&types=locality was not found on this server. That’s all we know. tried with http:// but no luck. Thanks! (keys are removed from the examples above) 回答1: No it's not available, and if you're in China, please note that

Baidu Push Notification - ChannelId and UserId is not unique

只谈情不闲聊 提交于 2019-12-13 03:29:50
问题 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 1. I get token channelId C1 and UserId U1. Now, I logout. I login with User 2. But still I get C1 and U1 which is same as what I got for User 1. Now my question is : If I send notification to User 1, will it trigger in device since ChannelId is same

Does google map in china api not support key?

不想你离开。 提交于 2019-12-12 03:47:40
问题 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 again works fine MyAPI key don't need anymore in china? If so Why google request to set API key in other country? And why not request in china? How I set my API Key to get city information in china just remove my key? 回答1: The first request with an API

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

久未见 提交于 2019-12-11 17:45:40
问题 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 connection. I used a Plugin in my app when I contacted them, they told me that they are using Google's Firebase in their backend. Is this the reason that the app has been blocked or any other issues? Any suggestion?. Btw, my client cannot use VPN . Is

Which URL to use for Google Maps for China?

一世执手 提交于 2019-12-08 07:07:10
问题 I want to load the Google Maps JavaScript API, and I want it to be accessible from within the Great Firewall of China. Google recommends http://maps.google.cn , but if I use this it might be slower for people in other parts of the world. From what I've read, The Great Firewall of China doesn't block http:// addresses from Google, so I might be able to use http://maps.googleapis.com/ also. Has anyone tried this out and can you offer advice on which one is better to use, in terms of reliability

Google Maps Geolocation API for China

社会主义新天地 提交于 2019-12-02 16:29:54
问题 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 or some other issue? Please let me know. 回答1: Since March 2 2011, China started to block Google HTTPS Server periodically. The 443 port on Google server was blocked for 15 minutes and available for another 15 minutes as a cycle. You can try to use

Google Maps Geolocation API for China

倖福魔咒の 提交于 2019-12-02 09:18:14
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 or some other issue? Please let me know. Since March 2 2011, China started to block Google HTTPS Server periodically. The 443 port on Google server was blocked for 15 minutes and available for another 15 minutes as a cycle. You can try to use http servers instead of https to work properly. Google Map work was not very good in China. So i recommend