user692168
user692168

Reputation:

Can I use Google Play Services on apps installed outside the Google Play Store?

If I wanted to publish my app to the Amazon App Store for example, would Google Play Services work on that version of the app? Or does Google require apps to be downloaded from the Google Play Store exclusively to be able to connect to Google Play Services?

Upvotes: 3

Views: 1693

Answers (2)

madlymad
madlymad

Reputation: 6530

I guess that if the Play Services App and it's dependencies exist on device it will work. Many ways for this.

On the contrary, what you are going to do with the play-service? Are you allowed to publish such an app to the Amazon? I guess that the most appropriate answer is going to be given by and the terms of their market.

According to the following guide you should change some things before uploading the Supported Services and Features mentions that you should change:

  • Google Maps -> Use the Amazon Maps API.
  • Google Cloud Messaging -> Use Amazon Device Messaging.
  • Google Play In-App Billing -> Use the Amazon In-App Purchasing API.
  • Google Game Play Services -> Use Amazon GameCircle.

Upvotes: 4

user2413972
user2413972

Reputation: 1355

You can use Google Play Services on the device where it is. Usually, where has Google Play Services installed Google Play.

Upvotes: 0

Related Questions