[3504] Amazon build includes Google Play services

[SDK build 3504]

Amazon build includes Google Play services, so fails to start on the Amazon device.

Also tested with build 3502, same result.

Thanks. I’ll look into that.

Have you tried to include the “supportedPlatforms={“android”}” as part of your build.settings for the plugin? 

yes, I have used this option from the beginning:

            [“plugin.google.iap.v3”] =

            {

                publisherId = “com.coronalabs”,

                supportedPlatforms = { android=true }

            },

and for Amazon plugin:

            [“plugin.amazon.iap”] =

            {

                publisherId = “com.amazon”,

                supportedPlatforms = { [“android-kindle”]=true }

            },

the problem, I suppose, that in Amazon build contain static lib reference to the Google Play Services
that shouldn’t be there.

@vlads,
Is there any news?

Any progress about this?

last build [3509] have the same issue. 

Amazon store does not seem to have x64 requirement. So I’m focusing on Google’s side of things. New build system doesn’t provide any improvements for engine itself, so it’s safe to use builds before 3497.

I added Amazon to list of things to look at, but it’s not top priority right now.

Thanks. I’ll look into that.

Have you tried to include the “supportedPlatforms={“android”}” as part of your build.settings for the plugin? 

yes, I have used this option from the beginning:

            [“plugin.google.iap.v3”] =

            {

                publisherId = “com.coronalabs”,

                supportedPlatforms = { android=true }

            },

and for Amazon plugin:

            [“plugin.amazon.iap”] =

            {

                publisherId = “com.amazon”,

                supportedPlatforms = { [“android-kindle”]=true }

            },

the problem, I suppose, that in Amazon build contain static lib reference to the Google Play Services
that shouldn’t be there.

@vlads,
Is there any news?

Any progress about this?

last build [3509] have the same issue. 

Amazon store does not seem to have x64 requirement. So I’m focusing on Google’s side of things. New build system doesn’t provide any improvements for engine itself, so it’s safe to use builds before 3497.

I added Amazon to list of things to look at, but it’s not top priority right now.