PluggableAppDelegate icon indicating copy to clipboard operation
PluggableAppDelegate copied to clipboard

!! No longer supported !! A lightweight service-oriented AppDelegate for iOS, made in Swift.

Results 7 PluggableAppDelegate issues
Sort by recently updated
recently updated
newest added

Hi guys, I'm having problems when use deeplinks and the app is not running, the method `func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([Any]?) -> Void) -> Bool`...

UserNotification delegate methods access controls changes from public to open, so classes out of the module can override them.

Fix UserNotifications delegate methods implementation. Override "responds(to:)". resolve some warning, such as: "You've implemented -[ application:performFetchWithCompletionHandler:], but you still need to add "fetch" to the list of your supported UIBackgroundModes...

I'm not sure if everyone also have this warning with the library or if it might be related to my app?

question

Hi, I'm wondering how you would suggest implementing communication between service implementations? I've noticed that sometimes you'd like to instantiate a `CoreDataService` for example, and use it in `CoreLocationService` to...

Apple required App Privacy manifests until 2025. So GoogleSignIn-iOS SDK that contains an app privacy manifest must be signed. I would like to know when you adopt this change. References...