Urgent - corrupted manifest and app crash on google play

You need to remove this:

["plugin.google.play.services"] =         {             publisherId = "com.coronalabs"         },

The old AdMob V2 plugin is not compatible with Google Analytics and most modern plugins. You need to remove this as it’s not needed with builds after 3005.

Rob

Thanks for your reply but Rob am also using admob in my game, so if i remove the above mentioned plugin than how admob will work?

Saish 

Here’s the problem. The AdMob V2 plugin is dependent on version 4 of the Google Play library. Google Play is now on version 11. Plugins like Google Analytics and GPGS as well as some others are dependent on newer versions of the Google Play library. Therefore you cannot use the old AdMob V2 plugin with these new services. 

To help solve this problem, starting with daily build 3005 we instituted a plugin dependency system that lets us have the flexibility of providing better support libraries. We have a new AdMob plugin that will work with builds 3005 and later that is compatible with GA and GPGS.

However, this new plugin is a paid plugin. We will be removing the old AdMob plugin at some point in the near future and everyone should be migrating away from it. Please see:

https://coronalabs.com/blog/2016/12/19/new-corona-professional-bundle-retiring-corona-ads/

https://coronalabs.com/blog/2016/12/22/welcome-unity-ads-to-our-monetization-suite/

Rob

I am having the same problem :   java.lang.IllegalStateException: The meta-data tag in your app’s AndroidManifest.xml does not have the right value.  Expected 4242000 but found 9683000.  You must have the following declaration within the <application> element:     <meta-data android:name=“com.google.android.gms.version” android:value="@integer/google_play_services_version" />

@amonkarsaish22, what version of Corona SDK are you using?

Can you post your build.settings.

Rob

corona version:2017.3023

build.settings:

settings =

{

orientation =

{

– Supported values for orientation:

– portrait, portraitUpsideDown, landscapeLeft, landscapeRight

default = “portrait”,

supported = { “portrait”, },

},

excludeFiles =

{

– Include only the necessary icon files on each platform

iphone = { “Icon-*dpi.png”, },

android = { “Icon.png”, “Icon-Small-*.png”, “Icon*@2x.png”, },

},

– iOS Section

iphone =

{

plist =

{

UIStatusBarHidden = false,

UIPrerenderedIcon = true, – set to false for “shine” overlay

–UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend

CFBundleIconFiles =

{

“Icon.png”,

“Icon@2x.png”,

“Icon-167.png”,

“Icon-60.png”,

“Icon-60@2x.png”,

“Icon-60@3x.png”,

“Icon-72.png”,

“Icon-72@2x.png”,

“Icon-76.png”,

“Icon-76@2x.png”,

“Icon-Small.png”,

“Icon-Small@2x.png”,

“Icon-Small@3x.png”,

“Icon-Small-40.png”,

“Icon-Small-40@2x.png”,

“Icon-Small-50.png”,

“Icon-Small-50@2x.png”,

},

},

},

– Android Section

android =

{

  googlePlayGamesAppId = “xxxxxxxxxx”,

      facebookAppId = “xxxxxxxxxxxx”,  

usesPermissions =

{

“android.permission.INTERNET”,

},

     

},

plugins =

    {

[“CoronaProvider.gameNetwork.google”] =

{

publisherId = “com.coronalabs”,

},

[“plugin.google.play.services”] =

        {

            publisherId = “com.coronalabs”

        },

    

    

 [“plugin.googleAnalytics”] =

        {

            publisherId = “com.coronalabs”,

   supportedPlatforms = { iphone=true, android=true, }

        },

[“plugin.facebook.v4”] =

        {

            publisherId = “com.coronalabs”,

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

        },

    },         

}

actualy am stuck on this leaderboard topic from a week, am not able to login and upload game score to leaderboard, refered and tried a lot of code from differnt sources but not getting success till now.

https://forums.coronalabs.com/topic/67347-not-able-to-login-into-gpgsleaderboard-and-upload-highscore/#entry348589

You need to remove this:

["plugin.google.play.services"] = &nbsp; &nbsp; &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; publisherId = "com.coronalabs" &nbsp; &nbsp; &nbsp; &nbsp; },

The old AdMob V2 plugin is not compatible with Google Analytics and most modern plugins. You need to remove this as it’s not needed with builds after 3005.

Rob

Thanks for your reply but Rob am also using admob in my game, so if i remove the above mentioned plugin than how admob will work?

Saish 

Here’s the problem. The AdMob V2 plugin is dependent on version 4 of the Google Play library. Google Play is now on version 11. Plugins like Google Analytics and GPGS as well as some others are dependent on newer versions of the Google Play library. Therefore you cannot use the old AdMob V2 plugin with these new services. 

To help solve this problem, starting with daily build 3005 we instituted a plugin dependency system that lets us have the flexibility of providing better support libraries. We have a new AdMob plugin that will work with builds 3005 and later that is compatible with GA and GPGS.

However, this new plugin is a paid plugin. We will be removing the old AdMob plugin at some point in the near future and everyone should be migrating away from it. Please see:

https://coronalabs.com/blog/2016/12/19/new-corona-professional-bundle-retiring-corona-ads/

https://coronalabs.com/blog/2016/12/22/welcome-unity-ads-to-our-monetization-suite/

Rob