add workaround to request local notification of type UIRemoteNotificationTypeAlert|UIRemoteNotificationTypeSound to be enabled

This commit is contained in:
Jehan Monnier 2011-11-02 10:03:03 +01:00
parent 4df63c37b5
commit 51fabb1ff1

View file

@ -123,8 +123,8 @@
[[LinphoneManager instance] setCallDelegate:myPhoneViewController];
[[LinphoneManager instance] startLibLinphone];
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:UIRemoteNotificationTypeAlert|UIRemoteNotificationTypeSound];
return YES;
}