Hello Apple & ResearchKit,
As ResearchKit is open source I was wondering if you could shed some light on when (or if so) ResearchKit will support the Swift Package Manager (SPM) as an alternative to forking, Cocoapods and Carthage? Or would that be a community effort? And if it is a community effort which branch should be the starting point for such a change (main?)? And would you be willing to accept a major re-organisation of the code to better fit SPM?
Regards,
Jens
Post
Replies
Boosts
Views
Activity
Hello Apple,
I might be wrong but it seems like getEntries(with:at:matching:) is missing from iOS? Else please tell me how I should the get log entries on iOS :-)
Please see the documentation at https://developer.apple.com/documentation/oslog/oslogstore/3204125-getentries
Regards,
Jens
Hello SwiftUI Team,
Just watched the "App essentials..." session and came to think about application life cycle methods. In UIKit we are able to hook into the app launch life cycle via the UIApplicationDelegate but am I getting it right that it isn't supported out of the box when using pure SwiftUI and the App protocol (as you need to support multiple platforms with different launch characteristics)?
It seems like the only feature I'm able to access from UIApplicationDelegate is the openURL (via the @Environment property wrapper).
Last but not least. Do you have a recommended way of obtaining the same life cycle methods provided by UIApplicationDelegate from SwiftUI? Or is it simply to early to adopt the usage of the App protocol if you rely on some of the more "exotic" delegate methods from UIApplicationDelegate?
Regards,
Jens