Zax
Zax

Reputation: 3010

Alternative for features provided by google play services

I have an existing android application. We were supporting this apps in various countries such as India, US, France, Spain, Australia, etc.

However in the recent requirements i'm localizing the app for china. But i'm using various Google play services features such as Google Maps, Google Location change listener and GCM/FCM.

What are the best alternatives for these which work in China?

I have searched and shortlisted that i will be using Pushy as an alternative for FCM. I'm not sure about location change listener and Maps, as there are no proper documentation for these alternatives. Please help.

Upvotes: 0

Views: 445

Answers (1)

tyczj
tyczj

Reputation: 73721

You dont need to use the fused location provider in google play services, Android already has a built in location manager that you would use. Also any other push service does not have the same benefits as FCM does where it will wake your app that is in Doze mode

Upvotes: 1

Related Questions