[android-developers] Re: Latest version of Google Play services (9.6.80) causing problems

2017-08-25 Thread Julio Gonzalez
Hello, As of today, several in-store apps get stuck at launch and throw a ANR about FirebaseInstanceIDService when launching them on Android 7 (they were OK yesterday, 6 and below working ok) not entirely sure if this is the same issue. We are using the latest FB libs 11.2.0. Any solution

[android-developers] Re: Latest version of Google Play services (9.6.80) causing problems

2016-09-16 Thread a.p
You must be correct Vincenzo. We happened to also remove Firebase crash together with updating the Google Play services to 9.4.0 so most probably the problem is caused by Firebase crash! On Wednesday, September 14, 2016 at 12:38:23 PM UTC+3, Vincenzo Colucci wrote: > > Unfortunately update to

[android-developers] Re: Latest version of Google Play services (9.6.80) causing problems

2016-09-14 Thread 'Keith Simmons' via Android Developers
This is indeed tied to play services 9.6.0. We're aware of the issue and working on a fix. To receive the fix, you do not need to update your app. It will be deployed via the Play Services app. On Wednesday, September 14, 2016 at 2:38:23 AM UTC-7, Vincenzo Colucci wrote: > > Unfortunately

[android-developers] Re: Latest version of Google Play services (9.6.80) causing problems

2016-09-14 Thread Vincenzo Colucci
Unfortunately update to firebase 9.4.0 didn't worked for us. The problem is caused by com.google.firebase:firebase-crash. Just disable it and everything will work as expected. On Tuesday, September 13, 2016 at 11:11:23 AM UTC+2, a.p wrote: > > Hi. > > Since the latest update of Google Play

[android-developers] Re: Latest version of Google Play services (9.6.80) causing problems

2016-09-13 Thread a.p
Tarek, please check my reply below to David - hopefully it will help you fix the problem. On Tuesday, September 13, 2016 at 4:41:22 PM UTC+3, Tarek Ahmed wrote: > > Hi! > > Same here. We have an app in play store for 6 years, working like a charm. > Since the update to 9.6 we have same

[android-developers] Re: Latest version of Google Play services (9.6.80) causing problems

2016-09-13 Thread a.p
Hi David. We have manged to fix the problem by updating our references to Firebase and Google Play services libraries to 9.4.0 (previously they were 9.2.1). We have tested this and released updates and the problem is fixed. A user mentioned that clearing the Google Play services cache and data

[android-developers] Re: Latest version of Google Play services (9.6.80) causing problems

2016-09-13 Thread David Payne
Hi, Exact same issue here, but can't find any solution on google Le mardi 13 septembre 2016 09:41:22 UTC-4, Tarek Ahmed a écrit : > > Hi! > > Same here. We have an app in play store for 6 years, working like a charm. > Since the update to 9.6 we have same problems. Fun fact: Another app uses >

[android-developers] Re: Latest version of Google Play services (9.6.80) causing problems

2016-09-13 Thread 'Tarek Ahmed' via Android Developers
Hi! Same here. We have an app in play store for 6 years, working like a charm. Since the update to 9.6 we have same problems. Fun fact: Another app uses play services sdk 7.3 and its working (and similar build... .) on phones with 9.6. We really don't know whats happening. Thanks in advance