PluggableApplicationDelegate icon indicating copy to clipboard operation
PluggableApplicationDelegate copied to clipboard

[Question] Deprecated UIUserNotificationSettings and UILocalNotification

Open darthpelo opened this issue 7 years ago • 4 comments

Hi, first nice idea, I appreciate this solution.

for sure do you know that Xcode gives us warnings in PluggableApplicationDelegate-Swift.h due to UIUserNotificationSettings and UILocalNotification are deprecated since iOS 10.

You already have scheduled update of ApplicationServicesManager.swift?

I ask because probably I can do it, but if you're working on it, has no sense to open in the future a PR about it :)

Thanks!

darthpelo avatar Mar 20 '17 13:03 darthpelo

@darthpelo any news on this one ?

dehlen avatar Apr 21 '17 14:04 dehlen

@dehlen I didn't receive any news and unfortunately I was busy. If I can, next weeks I give it a try.

darthpelo avatar Apr 22 '17 09:04 darthpelo

@darthpelo any news?

mrgrauel avatar Jun 30 '17 10:06 mrgrauel

there is a lot of changes for Swift 4.

UIApplicationLaunchOptionsKey' has been renamed to 'UIApplication.LaunchOptionsKey'

Replace 'UIApplicationLaunchOptionsKey' with 'UIApplication.LaunchOptionsKey'

viennarzc avatar Dec 27 '18 07:12 viennarzc