PluggableApplicationDelegate
PluggableApplicationDelegate copied to clipboard
[Question] Deprecated UIUserNotificationSettings and UILocalNotification
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 any news on this one ?
@dehlen I didn't receive any news and unfortunately I was busy. If I can, next weeks I give it a try.
@darthpelo any news?
there is a lot of changes for Swift 4.
UIApplicationLaunchOptionsKey' has been renamed to 'UIApplication.LaunchOptionsKey'
Replace 'UIApplicationLaunchOptionsKey' with 'UIApplication.LaunchOptionsKey'