skip to Main Content

Android Studio: Firebase Push Notifications not working when app is minimized or closed

After updating compileSdkVersion from 30->31 in gradle file, android phones have stopped receiving notifications when the app is minimized or closed. Gradle File: implementation 'com.google.firebase:firebase-analytics:17.2.2' implementation 'com.google.firebase:firebase-auth:19.2.0' implementation 'com.google.firebase:firebase-firestore:21.4.0' implementation 'com.google.firebase:firebase-messaging:20.1.0' implementation 'com.google.firebase:firebase-analytics:17.2.2' implementation 'com.google.android.gms:play-services-location:18.0.0' Manifest File: <service android:name=".service.ABCMessaging" android:exported="true">…

VIEW QUESTION

Flutter: M1 Macbook Pro Image_Picker Error

I'm new to Flutter and would love some help with an error. While using the image_picker package, I noticed that I'm getting a value of null returned when I try to select an image from ios photo gallery. (Specifically, [VERBOSE-2:dart_vm_initializer.cc(41)]…

VIEW QUESTION
Back To Top
Search