-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dont recived notification when app in background or killed just on android 8 and later #941
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
this is mani fest
|
package www.partopars.com.bigbag.Firebase; import android.app.Notification; import com.google.firebase.messaging.FirebaseMessagingService; import www.partopars.com.bigbag.Main.MainActivity; /** public class MyFirebaseMessagingService extends FirebaseMessagingService {
// Intent intent = new Intent(this, MainActivity.class); |
Does anyone found the solution? I've Android device and I receive the push message only if ap is in the background but not killed. Android 8.0.0 |
push notification display in my app in android 8 and later when app is open but when app are in bakground or killed dont display
but in lower version i havent problems
-->
The text was updated successfully, but these errors were encountered: