Android Push Notifications Support

Hello All,
I found what I was looking for here: Android Push Notification
But I wanted to follow-up a bit further and see if Android Push notifications will be implemented at some point? Thanks.

We'll we'd like to send out notifications just like we do for iOS so we can
re-engage the user after they stop viewing our app. For example, if we'd
make a significant change to an articles we'd like to promote it letting
the users know.
On Mon, Sep 8, 2014 at 11:00 AM, Neil Enns - Adobe <[email protected]

Similar Messages

  • Android Push Notification

    Is the a way for Android Push Notifications?

    The notification would be for sending notifications about new issues or updates of the magazin. Now there is no way to inform the readers - or are there other ways?!
    best jan

  • Android Push Notification of the New GCM release using Coldfusion

    Is there any similar push notification solution/Tutorial but this time for the Android?
    Something similar to this tutorial but with Android GCM using coldfusion to send from my dedicated server to the registered devices:
    http://www.raymondcamden.com/index.cfm/2010/9/13/Guest-Post-Apple-Push -Notifications-From-ColdFusion-in-Ten-Minutes-or-Less
    Thanks in advance
    Talal

    well after diving and testing here and there I found a way and successfully tested.
    1> First and formost, the developer need to follow the procedures in this page:
    http://developer.android.com/guide/google/gcm/gs.html
    2> In the app side, you will send users devices information; but all that matters is only the "registration id" , so make sure you save this in the database coz you'll use it to loop through your database records when sending notifications.
    3> Now the server side script in Coldfusion which is really easy:
    <!---Place this above your html tag--->
    <cfsetting requesttimeout="80000000000000">
    <cfset appName = 'YourAppName'>
    <cfset registrationArray = ArrayNew(1)>
    <cfquery datasource="devicesDSN" name="rsCount">
        SELECT COUNT(intGCMuserID) AS TotalRecords
        FROM gcmusers_tbl
        WHERE appName = <cfqueryparam cfsqltype="cf_sql_clob" value="#appName#">
    </cfquery>
    <!---Google is limited to send only to 1000 devices at a time so we need to nest the cfloop of the array inside another cfloop pertaining to our total recordCount from the recordset so we'll use the Ceiling to control the number of loops needed to make sure we sent to all the users if they exceed google limit--->
    <cfset LoopingNo = Ceiling(rsCount.TotalRecords/1000)>
    <cfset fromRec = 1>
    <cfset toRec = 1000>
    <!---Now place the following code inside the body tag of your cfm page--->
    <cfif isDefined("FORM.pushButton")>
        <cfquery datasource="devicesDSN" name="rs">
        SELECT regID
        FROM gcmusers_tbl
        WHERE appName = <cfqueryparam cfsqltype="cf_sql_clob" value="#appName#">
        ORDER BY intGCMuserID DESC
        </cfquery>
        <cfloop from="1" to="#loopingNo#" index="i">
            <cfloop query="rs">
                <cfset ArrayAppend(registrationArray, "#regID#")>
            </cfloop>
            <cfset stFields =
            { "data"= {
                "title" = "#FORM.title#",
                "message"= "#FORM.message#"
              "registration_ids"= #registrationArray#
            >
            <cfhttp url="https://android.googleapis.com/gcm/send" method="post" result="httpResp" timeout="600">
                <cfhttpparam type="header" name="Content-Type" value="application/json"/>
                <cfhttpparam type="header" name="Authorization" value="key=yourAPIkeyFromGoogle">
                <cfhttpparam type="body" value="#serializeJSON(stFields)#">
            </cfhttp>
            <cfset temp = ArrayClear(registrationArray)>
            <cfset fromRec = fromRec + 1000>
            <cfset toRec = toRec + 1000>
        </cfloop>
        <h2 align="center" style="color:red;">Sent to: <cfoutput>#rs.RecordCount#</cfoutput> Devices/Users </h2>
        <h3 align="center"><a href="thispage.cfm">&gt;&gt;&gt;again</a></h3>
    <cfelse>
    <cfform>
      <table width="400" border="1" align="center" cellpadding="2" cellspacing="2">
        <tr valign="top">
          <th scope="row">Title:</th>
          <td><label for="title"></label>
          <cfinput type="text" name="title" required="yes" id="title" maxlength="30" width="300" message="Type Title"></td>
        </tr>
        <tr valign="top">
          <th scope="row">Message:</th>
          <td><label for="message"></label>
          <cftextarea name="message" cols="45" rows="2" required="yes" id="message" maxlength="120" message="Type Message"></cftextarea></td>
        </tr>
        <tr>
          <th scope="row"> </th>
          <td><cfinput type="submit" name="pushButton" value="send" id="pushButton"></td>
        </tr>
      </table>
    </cfform>
    </cfif>

  • Android push notification InvalidRegistration error

    When I try to send push notification to a device or an array of devices I am getting the folllowing response:
    Sent push: { multicast_id: 7489710691036702000, success: 0, failure: 1, canonical_ids: 0, results: [ { error: 'InvalidRegistration' } ], invalidIds:
    [014147000533821], updatedIds:
    Can somebody help me to get the right device token id to send, it used to work fine a few months ago and now I just get the message back always

    You might have an expired device token, which is why the registration is unable to send. You should try re-registering the device and the problem should go away. Here's a helpful tutorial:
    http://azure.microsoft.com/en-us/documentation/articles/mobile-services-javascript-backend-android-get-started-push/
    Also, if you are using Visual Studio 2013 Update 3 or later, you can browse your notification hub registrations and clear out the old registrations.

  • Problems with iPod Touch- YouTube and Push Notifications

    After installing iOS4 on my 64gb iPod Touch I've noticed I cannot view YouTube videos and push notifications do not work.
    The YouTube app launches, however if I try to search or play a video a pop up will read "Cannot connect to YouTube". If I go to YouTube's newly redesigned mobile site they work fine.
    Although all my settings are the same as they have ever been, push notifications do not work. When launching any app with push notification support it always states "Connect to iTunes to use push notifications". I've done this, but nothing works.
    For the record, I've never jailbroken or in any other way altered my device. I've tried performing a hard reset with no success, as well as letting the battery drain completely and shutting off before recharging.
    Thanks for any help.

    Downgrading is not supported by Apple.
    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync/delete all music and resync
    To delete all music go to Settings>General>Usage>Storage>Manage Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes      
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                                                              

  • Push Notifications and Enterprise

    Hello there,
    We have been upgraded from woodwing to Adobe DPS last month.
    We are slowly getting back to the way it was before and know that some features will come in future updates.
    There is only 1 thing I don't get or could find any documentation for was Push notifications on a enterprise build.
    We have the app build for enterprise, but the mobileprovsion requires a app ID with a asterix(*) in it.
    Apple sees this as a wildcard and thus I cannot configure the Push Notifications for the provisions.
    So that is not really a big deal, cause we always have 3rd party options.
    Now I noticed that the viewer builder gives you the option for Apple push and adobe push, and a custom url.
    But whenever I choose the option above that saying its a 'Enterprise Build' I cannot check the Push buttons.
    I cannot setup any Push at all.
    So does anybody know how to setup push notifications for a enterprise build app, or have any Documentation on how to set it up?
    Kind Regards,
    Patrick van Zadel

    Hi Bob,
    The Publishing Companion Guide (for Viewer Builder 2.1) outlines the steps to produce the required Apple APN certificates. However, as Patrick points out, the latest viewer builder does not allow one to configure push notification support for Enterprise signed viewer apps. Essentially, once one selects Enterprise viewer, the Push Notification fields are disabled. See the screenshot below...
    What is the recommended way to enable this for Enterprise builds?
    Thanks for your help,
    Matt

  • Any sample of Google C2DM Push notifications?

    Hi, i'm try to find a way to use google/android push notifications on my flex mobile app, but there is very little info of this around the web using Flex/FlashBuilder. Any help?
    Thanks

    Hi, i try the sample from that blog and i always get an error. A dialog box on my phone with a Force Quit button. It's been impossible for me to catch the error. I used Flash Builder 4.6 Pre-Release on a Samsung Galaxy S2 and get no look. Any other sample?
    Thanks

  • Gchat for iphone with push notification

    I need a simple paid or free app that will allow me to have gchat (googlechat). Nearly all the apps I saw have issues, and there aren't too many that talk about functionality on 4.1 on Iphone 4.
    Any advice is appreciated.

    The server side push notification support is only available as of Beehive 2.0.1.5. What server version are you using.

  • Azure Notification Hub for mobile push notification vs. others...

    Hi,
    I am trying to figure out the differences between Azure Notification Service and other options like Urban Airship, Xtify, etc. Amazon SNS looks very much similar to Azure, but how do they compare with other options? This link shows some of those alternate
    options: http://goo.gl/sRskA6
    Thanks in advance,
    Arijit.

    hi Arijit,
    Comparison with other providers:
    http://stackoverflow.com/questions/21581664/does-azure-push-notification-support-a-user-id-or-alias
    Also, you could see this similar threads:
    http://mobileappcoach.com/push-notification-service-providers-urban-airship-alternatives-to-help-your-mobile-app/
    This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore,
    Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you
    completely understand the risk before retrieving any software from the Internet.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Native push notifications for Android in AIR 3.6?

    Hi there,
    I'm glad we finally got the support for native iOS push notifications with AIR 3.4, however Android support is still missing.
    Is there any chance we'll get this feature with 3.6? I really don't want to use the various native extensions that are available as none of them do work properly and are fully customizable.
    Cheers!

    Seems as if no one is interested in push notifications any more.
    Also, the feature list for 3.6 doesn't include notifications, so it's is at least half a year from now till we'll see this from Adobe, if it's ever gonna happen...

  • Push notification - iOS and Android

    HI,
    I was searching how to implement a push notification in flex mobile project.
    During my search i found that Adobe AIR SDK 3.4 support push notification for iOS; but for android there a native extension called C2DM, but unfortunaltelly it had been deprecated.
    In order to usser AIR 3.4 SDK i did an overlay for my Flex 4.6.0 SDK
    I have two question.
    The first one:
    Is there any thrid party where it implements GCM (Google Cloud messaging for Android).
    Second Question:
    How flex builder, or the app, will know when to execute the code that i am going to write for iOS.
    Thank you
    Elie

    Hey man if you are interested:
    Here is a FREE Adobe Air extension for GCM messaging. It is fully working (implemented in Google Play marketed app) and there is an example provided in the package.
    It also fetches the payload not only on "resume" but also when the app starts (after being closed by user or Android OS) You can download it here: http://wp.me/p2Inzv-9
    I made it after i couldn't find anything viable on the web.

  • Android devices not getting push notifications after a while

    We have just installed a new Exchange 2013 setup and started to move mailboxes across. Users that have Android devices though are noticing that push notifications are not reaching them and checking in the ECP I can see their last sync times are a long time
    ago! 
    If they restart their devices then the sync occurs and push notifications work for about half a day then stop again. 
    We have no issues with any iOS devices getting push notifications. We have a range of Android JellyBean and KitKat deployed so not looking device related. If I turn off push notification on the Android device and force a manual sync every 5 minutes that
    works and currently seems to be my workaround. But this will drain the battery quicker now. 
    The flow of notification would be simple, Exchange2013 > Firewall > Internet > Device
    Anyone else experiencing issues like this and know what to check? We have checked all networking aspects and its not a network/firewall issue. 

    After hours of searching online and testing and troubleshooting I found the issue actually was affecting push notifications to all mobile devices on Exchange 2013 where their mailboxes had been migrated recently from Exchange 2010. 
    There is a bug in Exchange 2013 CU5 which I am on which causes issues after mailbox migrations and requires the ActiveSync app pool in IIS to require a restart after mailbox moves to function correctly. 
    After I completed an iisreset within a command prompt on the CAS server everything started working for push notifications. 
    Lets hope this gets fixed in CU6!

  • Pushing notifications to android emulator behind a proxy

    Hi Guys 
    I hope this is the correct place to ask this question - if not please direct me.
    I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
    I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
    I have been attempting to apply the tutorial
    http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
    The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
    Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
    {"data":{"message":"Notification Hub test notification"}}
    The message never arrives at my app (in the emulator) as 
    @Override
    public void onReceive(Context context, Bundle bundle) {
    ctx = context;
    String nhMessage = bundle.getString("message");
    // sendNotification(nhMessage);
    mainActivity.DialogNotify("Received Notification",nhMessage);
    doesnt fire. (but does in the registration process)
    (Azure says the message was delivered)
    So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
    regards
    Bryce

    Hi Guys 
    I hope this is the correct place to ask this question - if not please direct me.
    I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
    I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
    I have been attempting to apply the tutorial
    http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
    The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
    Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
    {"data":{"message":"Notification Hub test notification"}}
    The message never arrives at my app (in the emulator) as 
    @Override
    public void onReceive(Context context, Bundle bundle) {
    ctx = context;
    String nhMessage = bundle.getString("message");
    // sendNotification(nhMessage);
    mainActivity.DialogNotify("Received Notification",nhMessage);
    doesnt fire. (but does in the registration process)
    (Azure says the message was delivered)
    So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
    regards
    Bryce

  • Invalid notification target ID Error In Push Notification, Android

    Hi Everyone,
    Good Morning.....
    I followed the steps as per the document in service.sap.com and created a project.
    https://websmp201.sap-ag.de/~sapidb/011000358700000054982014E.pdf]
    Now my push notification is working fine in emulator, when i register the device with SMP using internal URL.
    But when i register the device with SMP using relay server URL, my device is getting registered successfully
    with the SMP3.0.3 server,
    But in log of android emulator i am getting following warning.
    W/ResponseProcessCookies(1068): Cookie rejected: "BasicClientCookie[version=0,name=sap-usercontext,domain=37.20x.xxx.xxx
    Now when i try to push the notification through postman plugin, i am getting "Invalid notification target ID" with "404 not found" status.
    Thanks in advance.
    Suresh Babu

    Hi,
    did you solve this one? Seems we are facing the same problem.
    thanks, Nico

  • Push Notification in Android

    Hi,
    We were wondering what other DPS users are doing in terms of sending push notifications to Android users.
    We understand its not incorporated into DPS the way push notifications to iOS is, but are people really unpacking their APK packages and editing their manifest files to connect a 3rd party service to their app? Is that really the only way?
    Thanks,
    Vauneen

    Hi,
    We were wondering what other DPS users are doing in terms of sending push notifications to Android users.
    We understand its not incorporated into DPS the way push notifications to iOS is, but are people really unpacking their APK packages and editing their manifest files to connect a 3rd party service to their app? Is that really the only way?
    Thanks,
    Vauneen

Maybe you are looking for