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

Similar Messages

  • 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

  • Push Notification in Android using SMP 2.3

    Dear All,
    Please let me know the steps to configure push notification for working OData android project.
    Thanks
    Suresh

    Hi Jitendra Kansal
    Thanks for the document, we followed the document for IOS,
    Device token was successfully generated and IOS device is successfully registered with SMP server.
    After we execute the URL using REST CLIENT PLUG IN - POST method.
    We can see following log in SMP server logs. We didn't receive any notification on device.
    Please guide us where  are we missing?.
    2014-03-04 18:40:07.451 ERROR PUSH pool-10-thread-36 [com.sybase.sup.components.notification.apns.ApnsNotificationdelegate]Notification to [B@5b24b66b failed!
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Domain logger is not enabled
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]log bucket set as PUSH default
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]logContext is not null
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Logging for domain default
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Inside Domain Logger for PushNotification. writeDomainLogs() called
    2014-03-04 18:39:03.442 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]###### Push from Notnoop complete...
    2014-03-04 18:37:58.446 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Number of batched messaging notifications processed 1
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.apns.ApnsServiceFactory]Returning service from map...
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Device token - xxxxxxxxxxxxxxxxxxxxxxXXXXXXXXXX "token generated by system but manipulated here for posting....
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Push payload - {"aps":{"sound":"default","alert":"test","badge":2}}
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Sound : default
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Badge : 2
    2014-03-04 18:37:58.445 WARN PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Not a json object...
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Alert : test
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]###### APNSNotificationProcessor processing notification...
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Processing notification
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]APNSNotificationProcessor called
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]notification type is APNS
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Inside ProcessNotification method
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Inside call() method of Notificationhandler
    2014-03-04 18:37:58.442 INFO PUSH Thread-256 [com.sybase.sup.components.notification.PushNotificationServiceImpl]Notification submitted to executor service
    2014-03-04 18:37:58.441 DEBUG PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]Notificationhandler : domain logs are set
    2014-03-04 18:37:58.441 DEBUG PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]apns notification
    2014-03-04 18:37:58.441 INFO PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]Notificationhandler constructor is called
    2014-03-04 18:37:58.441 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Submitting notification for DeviceName our device name with application id
    2014-03-04 18:37:58.437 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Pre-batching processed 1 items
    2014-03-04 18:37:53.884 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]IMO Notification sent successfully.
    2014-03-04 18:37:53.884 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]ODP : Notification  sent to the device:Notification message sent to messagechannel:
    2014-03-04 18:37:53.876 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]------Notification headers are read------------
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]Reading settings from appConSettings...
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]----------request URL obtained for notification is--------http://mobdev1:8000/notifications/v1/our device name with application id
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]Notification Mode: Online/Payload Push with Native Notification 
    2014-03-04 18:37:53.875 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]IMO Notification  to be processed
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]Notification Mode2
    Thanks in Advance,
    Suresh

  • 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...

  • Sky Email - 'Push' Notifications for Android?

    Hi, I have a new sky email address, however I wanted to get emails instantly. If I use the Yahoo app, or my gmail client, it only checks for mail every 15 minutes. Any idea how to set it up to have push notifications so I get email straight away? Thanks

    If you are using the standard email app on Andriod then within the settings of the email app should be an option to change the limit, on my phone I can only set it to 5 minutes.

  • Push Notification for Android application

    Hi friends,
    I am trying to create a Reminder application. I Need some experts advice for developing this application.
    After surfing on Net I came to know we need to use Push Notification for showing the alerts but didnt get any help how to use it.
    I found some .ane extensions links by which we can show the notifications but was nt able to include it in my project.
    Please guide me for the application.

    Hey
    I guess you need this ANE http://www.riaspace.com/2011/09/as3c2dm-air-native-extension-to-push-notifications-with-c2 dm/
    Found it in this discussion, in which they basically explain everything, http://stackoverflow.com/questions/11244724/push-notification-in-flex
    GL ^^

  • 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!

  • 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

  • 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.

  • Android App Push Notifications

    Singe the 7.4.00075 server updated I did yesterday around noon, I have not been getting push notifications on my Android Spiceworks app (v. 3.0.2).
    Notifications are on in the app, and on the server.
    Has anyone else had this issue?
    This topic first appeared in the Spiceworks Community

    Hi,
    1. Is it Possible to Develop a Simple Android APP with ASP.NET and C#?
    You can develop Android/IOS app using C# with
    xamarin
    2. How to Send in the Push Notifications for that developed app using ASP.NET. I have ASP.NET
    Web API for the Server side handling. 
    To send/receive notification ,please look at this
    link  
    Passionate about windows phone 7 | Windows Phone 8 | windows store
    Blog: SubramanyamRaju WindowsPhone Blog

  • 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 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]

  • Lync 2013 + Windows 8 phones not getting any notification but android and iphone works fine

    Dear All,
    Issue : None of the windows 8 phones gets alert when someone pings in lync2013
    Description: We get notification when someone pings to lync2013 im configured in android or iphone and it fails to notify when someone pings lync2013 configured in windows phones Example : Lumia 920,930,625
    Environment:
    Singe FE and Edge
    Assessments:
    Push notification is enabled in the server side and on mobile
    Tried using 2010 version client had the same issue
    Push testing was successful until I updated the server and now after update I am getting the following error
    PS C:\Users\administrator.tester> Test-CsFederatedPartner -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com -verbos
    e
    cmdlet Test-CsFederatedPartner at command pipeline position 1
    Supply values for the following parameters:
    TargetFqdn: edge.tester.com
    VERBOSE: Reading access proxy port from topology process started.
    VERBOSE: Reading access proxy port '5061' from topology process successfully finished.
    VERBOSE: Reading certificate process started.
    VERBOSE: Reading certificate process successfully finished.
    VERBOSE: Searching for certificate with issuer name = 'CN=test-certsrv-CA, DC=tester, DC=com' and serial number =
    '4200000013a701fa4732b0475b000000000013'.
    VERBOSE: Successfully found certificate with the matching issuer name and serial number.
    VERBOSE: Workflow Instance Id 'd283786a-ba07-42ad-83e2-ad4ed5692597', started.
    VERBOSE: Command line executed is 'Test-CsFederatedPartner -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com
    -verbose'.
    Test-CsFederatedPartner : A 500 (The server encountered an unexpected internal error) response was received from the
    network and the operation failed. See the exception details for more information.
    At line:1 char:1
    + Test-CsFederatedPartner -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com  ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OperationStopped: (:) [Test-CsFederatedPartner], FailureResponseException
        + FullyQualifiedErrorId : WorkflowNotCompleted,Microsoft.Rtc.Management.SyntheticTransactions.TestFederatedPartner
       Cmdlet
    VERBOSE: Workflow Instance ID 'd283786a-ba07-42ad-83e2-ad4ed5692597' completed.
    VERBOSE: Workflow run-time (sec): 0.1410312.
    Please let me know if this is causing the issue,
    Please note : As soon as I see this tried invoking the csmanagementstore replication and got to know my edge server is not up to date - I am sure this has no relation with push this is for getting the changes informed to edge server,
    Everything works normal with no issues apart from this,
    Seeking your valuable advice here,
    Thanks
    Nelson
    Nelson N Exchange 2003|2007|2010

    Hi Nelson,
    To better understand the issue, I would like to collect the following information.
    1. Have you added the new hosting provider, Microsoft Lync Online, and then set up hosting provider federation between your organization and Lync Online ?
    Configuring for push notifications in Lync Server 2013
    2. Have you installed the new root certificate?
    Lync Servers currently use the GTE CyberTrust Global Root and beginning on June 1st, 2013 will migrate to the Baltimore CyberTrust Root. The
    migration of Lync Online Service to use the new Baltimore trusted root Certificate Authority is planned during May 2013. As of June 1st 2013,
    all of our servers including the Lync Push Notifications Clearing House Service will be on Baltimore certs only. So please ensure that your Lync Server deployments have been updated to trust the Baltimore Root before that.
    http://blogs.technet.com/b/lync/archive/2013/05/02/lync-mobile-push-notifications.aspx
    In addition, it is recommend to update the Lync servers to the lasted version.
    Best regards,
    Eric

Maybe you are looking for

  • Aha! I see the problem but don't know how to fix it. Multiple IDs!

    Over the years, my apple reliance has increased. I have two different email addresses in a bizarre combination on my iMAC, iPhone, and iPad. It prevents me from doing backups completely, getting the latest version of some apps, and using the cloud as

  • Installing apps from one device to another

    Hi can anyone please help, I can't find away of saving my Diner Town Zoo so I can transfer to my new ipad2

  • Status of PO no.? **URGENT**

    HI All, Can anyone tell me, how do get the status of PO number in R/3. Do we have any FM for that? Its very urgent . Regards, MD.

  • External Signature File

    One of our users claimed that he had our company signature file (with a logo) on his Blackberry before I had to wipe it because Microsoft updated our mail system. Is it possible to have a signature file with a logo on a Blackberry? Solved! Go to Solu

  • 5800 image gallery problem

    hi guys I recently bought 5800 and i have a question: why does image gallery show all pictures that's on memory card? even if they aren't in  picture folder, for example it shows all power mp3 skins, and they r stored in power mp3 directory. So if i