Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9233321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:31:34+00:00 2026-06-18T06:31:34+00:00

I am receiving push notification for my android app as per my requirement. But

  • 0

I am receiving push notification for my android app as per my requirement. But facing a strange problem. If internet is not connected in the mobile and we send push message from third party server, we can’t get the notification. Understood !!!! But the moment it is connected, it should receive those notifications which were previously pushed . I am not getting those notifications even though I am connecting internet to my device, which was not connected when the notification was been send . I am facing this problem. What might be the cause??????

Thanks in Advance!!!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T06:31:36+00:00Added an answer on June 18, 2026 at 6:31 am

    You can’t receive any push notifications if your internet is turned off.

    You can check the lifetime of a message.

    Addition

    Try adding this set of codes to the bottom of your onMessage()

        String message = yourMessage;
    
        ActivityManager activityManager = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);
        List<RunningAppProcessInfo> appProcesses = activityManager.getRunningAppProcesses();
    
        final String packageName = "your.package.name";
        for (RunningAppProcessInfo appProcess : appProcesses) {
            if (appProcess.processName.equals(packageName)) {
                if(appProcess.importance != RunningAppProcessInfo.IMPORTANCE_FOREGROUND) {
                    generateNotification(context, message);
                }
            } 
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After receiving push notification app icon not display badge. In setting notification is on,
I've followed these Notification Hub resources and have not been successful in receiving push
I am using the APNS for receiving push notifications in my application. The problem
I found some weird behavior in push notification. My iPod app receives push notifications
I want to show a notification after receiving a WAP push message in my
My newsstand-app can be launched via a content-available push notification. When this happens the
My app is now receiving push notifications from two different PHP scripts on our
My app is currently receiving push notifications that are associated with the previous application
Thanks in advance. I used push notification service in my application.If the app is
I have a broadcast receiver class for receiving the push notification which will be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.