linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] ios Push Notification


From: Shovon Datta Rony
Subject: [Linphone-developers] ios Push Notification
Date: Wed, 8 May 2019 09:50:21 +0800

Dear Altruist,

I have compiled linphone iphone 4.0.2 app using Xcode 10 for IOS 12. I have also setup push notification server using Freeswitch Mod_APN. I can get push notification successfully while sending incoming call. But the notification does not trigger the app to wake up. In the xcode I turned on push notification &background mode( voip & remote notification).

Here is the log I get the push notification but not wake up whenever get incoming call.



2019-05-07 11:24:33:713 [ios] MESSAGE (honeAppDelegate.m:158 ) [PushKit] Registering for push notifications
2019-05-07 11:24:33:714 [ios] MESSAGE (honeAppDelegate.m:168 ) Registering for UNNotifications
2019-05-07 11:24:33:797 [ios] MESSAGE (UICompositeView.m:135 ) landscape get opposite: {568, 320}
2019-05-07 11:24:33:813 [ios] ERROR (UICompositeView.m:251 ) Exception: Linphone core not initialized yet, ignoring
2019-05-07 11:24:33:822 [ios] MESSAGE (honeAppDelegate.m:530 ) [PushKit] credentials updated with voip token: <d5980919 7534047b a14087da aaef181a e72e9ca7 7d964618 6fdb3ddc b206767d>
2019-05-07 11:24:33:823 [ios] MESSAGE (honeAppDelegate.m:542 ) [PushKit] Notification [0x2812cc9c0] received with pay load : {
    aps =     {
        alert =         {
            "loc-args" =             (
            );
            "loc-key" = "IC_MSG";
        };
        "content-available" = 1;
        sound = "notes_of_the_optimistic.caf";
    };
}
2019-05-07 11:24:33:823 [ios] MESSAGE (honeAppDelegate.m:168 ) Registering for UNNotifications
2019-05-07 11:24:33:828 [ios] MESSAGE (LinphoneManager.m:1634) Network connection flags: kSCNetworkReachabilityFlagsReachable,


Thanks In Advance

reply via email to

[Prev in Thread] Current Thread [Next in Thread]