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

  • SEARCH
  • Home
  • 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 6924649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:41:22+00:00 2026-05-27T10:41:22+00:00

AFAIK, push notifications require a Google account to work (they piggyback on GTalk), so

  • 0

AFAIK, push notifications require a Google account to work (they piggyback on GTalk), so does that mean for apps for the Kindle Fire are doomed if they use the standard C2DM approach?

I couldn’t find any info on push in the Kindle Fire FAQ or anywhere on the web.

  • 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-05-27T10:41:23+00:00Added an answer on May 27, 2026 at 10:41 am

    As far as I know yes. Everything I have read indicates that Amazon stripped C2DM support out of the Fire. I know right? If you or your users are willing to root it, installing Google services is an option.

    Urban Airship has a push service named Helium which purportedly works with Kindle Fire. I have yet to be able to try it though.

    Update 8/13/2013

    There is also Amazon SNS. There is a great blog on the topic.

    See this code snippet for how to implement a receiver ( from the Amazon Web Services blog):

    public class ExternalReceiver extends BroadcastReceiver {
        @Override
        public void onReceive(Context context, Intent intent) {
            Log.i("ExternalReceiver","onReceive");
            Bundle extras = intent.getExtras();
            StringBuilder payload = new StringBuilder();
    
            for(String key : extras.keySet()){
                payload.append(String.format("%s=%s", key, extras.getString(key)) + '\n');
            }
    
            Intent newIntent = new Intent();
            newIntent.setClass(context, AndroidMobilePushApp.class);
            newIntent.putExtra(context.getString(R.string.msg_field), payload.toString());
                newIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP);
            context.startActivity(newIntent);
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

AFAIK, F# Map and set are implemented as red-black trees, so I guess that
AFAIK, It's agreed that accessing virtual members from constructor is a dangerous practice. Can
System.Reflection does not (AFAIK) support reflecting on global methods in an assembly. At the
AFAIK, neither C99 nor C++ standards are aware of shared libraries. Why is that?
AFAIK staging deployments are intended for testing Azure roles which implies that I could
virtual const char* what() const throw() { } AFAIK it's a function that will
AFAIK, TinyMCE is supposed to be self-sufficient XSS-wise, as its editor prevents anything that
i was wondering how programs like ccleaner and utorrent are made? AFAIK they are
AFAIK, extern keyword should be used for declaration and no value can be associated
AFAIK, for pointers/references static_cast, if a class definition is not visible to compiler at

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.