google-play-services

Process Before Publishing a ready Kivy App in Playstore?

蹲街弑〆低调 提交于 2021-01-01 13:53:50
问题 I already did buildozer android debug and have the .apk file installed and works fine, at least tested for one/two devices. This is also with the semi-default buildozer.spec , for example : the domain name is still org.test but with the name of the app is adjusted. With this .apk file (after buildozer android debug process), is this the one that is ready to be uploaded to playstore? or there is still some other (technical) preparations? I know that we may do beta test first before making it

Flutter Firebase and Android issue - unable to initialise. Cannot find google-services.json with latest (sept 2020) migration instructions executed

浪尽此生 提交于 2020-12-30 10:18:12
问题 I'm a Flutter developer and for the past two days I have been trying to get my app working for Android . It's quite a big app with a lot of different functionalities (mostly google maps and firebase) that work perfectly fine on iOS. However, now that I'm trying to get the Android part working I seem unable to start the app at all due to some Firebase issue. FlutterFire is responsible for most Firebase packages and they just released a couple updates . I have spent quite some time refactoring

Flutter Firebase and Android issue - unable to initialise. Cannot find google-services.json with latest (sept 2020) migration instructions executed

自闭症网瘾萝莉.ら 提交于 2020-12-30 10:13:43
问题 I'm a Flutter developer and for the past two days I have been trying to get my app working for Android . It's quite a big app with a lot of different functionalities (mostly google maps and firebase) that work perfectly fine on iOS. However, now that I'm trying to get the Android part working I seem unable to start the app at all due to some Firebase issue. FlutterFire is responsible for most Firebase packages and they just released a couple updates . I have spent quite some time refactoring

Flutter Firebase and Android issue - unable to initialise. Cannot find google-services.json with latest (sept 2020) migration instructions executed

强颜欢笑 提交于 2020-12-30 10:11:04
问题 I'm a Flutter developer and for the past two days I have been trying to get my app working for Android . It's quite a big app with a lot of different functionalities (mostly google maps and firebase) that work perfectly fine on iOS. However, now that I'm trying to get the Android part working I seem unable to start the app at all due to some Firebase issue. FlutterFire is responsible for most Firebase packages and they just released a couple updates . I have spent quite some time refactoring

Flutter Firebase and Android issue - unable to initialise. Cannot find google-services.json with latest (sept 2020) migration instructions executed

南笙酒味 提交于 2020-12-30 10:10:03
问题 I'm a Flutter developer and for the past two days I have been trying to get my app working for Android . It's quite a big app with a lot of different functionalities (mostly google maps and firebase) that work perfectly fine on iOS. However, now that I'm trying to get the Android part working I seem unable to start the app at all due to some Firebase issue. FlutterFire is responsible for most Firebase packages and they just released a couple updates . I have spent quite some time refactoring

Flutter ClassNotFoundException (java.lang.RuntimeException) crash error

心已入冬 提交于 2020-12-15 02:57:46
问题 Recently, I uploaded my Flutter app to Play Store. My app crashed after installing and opening the app. I've got several Crash Reports. I did researched everywhere about this error and found nothing, I even contacted Google Play's Support. I am using Firebase Auth, cloud_firestore, google_sign_in... (check pubspec.yamll) Help will be appreciated Flutter Doctor: Active code page: 1252 Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, v1.17.3, on Active

Flutter ClassNotFoundException (java.lang.RuntimeException) crash error

给你一囗甜甜゛ 提交于 2020-12-15 02:55:08
问题 Recently, I uploaded my Flutter app to Play Store. My app crashed after installing and opening the app. I've got several Crash Reports. I did researched everywhere about this error and found nothing, I even contacted Google Play's Support. I am using Firebase Auth, cloud_firestore, google_sign_in... (check pubspec.yamll) Help will be appreciated Flutter Doctor: Active code page: 1252 Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, v1.17.3, on Active

Problem in integrating 'com.google.gms.google-services' plugin with android app

為{幸葍}努か 提交于 2020-12-12 08:24:47
问题 When I'm trying to put apply plugin: 'com.google.gms.google-services' at the bottom of my build gradle or anywhere else inside my apps build gradle I get the following error: In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[19.0. 2]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown. Dependency failing: com.google.android.gms:play-services-vision-image-label:18.0.3 -> com.google

Android: Google Sign In - difference between 'DEFAULT_SIGN_IN' and 'DEFAULT_GAMES_SIGN_IN'

℡╲_俬逩灬. 提交于 2020-12-06 06:54:16
问题 I am trying to implement a Google Sign In into my app in AndroidStudio. I have it working with: GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN).requestEmail().requestServerAuthCode(clientID).build(); I have my client ID correctly set up to the Web Application Client ID from the API console and SHA1 is definitely set up correctly. When i change to this (using DEFAULT_GAMES_SIGN_IN instead): GoogleSignInOptions gso = new GoogleSignInOptions.Builder

Flutter app crashing on android 10 & R with No static method isAtLeastR

三世轮回 提交于 2020-12-01 07:56:27
问题 I've seen a few issues similar on Stack overflow, but not one that quite relates to the same libraries. I'm trying to use 2 plugins in flutter flutter_geofence and geolocator They've both been working fine, but since yesterday as soon as of the location play services are called I'm getting the app quit with a stack trace similar to below: E/flutter (11478): [ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(39)] java.lang.NoSuchMethodError: No static method isAtLeastR()Z in