-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - JMNotificationPermissionManager does not work with iOS 15 #97
Comments
@cipolleschi I will get this fixed ASAP. |
Follow up, I have attempted to reproduce this bug on Xcode 13, standard SwiftUI project for iOS, targeting iOS 15 and building for iOS 15 simulator. And I am not able to reproduce the error you are talking about. @cipolleschi |
Thanks for being that prompt. We are seeing the error in a project with a WatchOS app associated. |
Hey, this is the example project with the error. Is an Empty WatchOS + iOS project in which I just added the PermissionSwiftUI Swift Package. Let me know if I can help in any way! |
A little bit busy for the past week, I will try to get to this today. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Will verify all WatchOS(also possibly other less attended to platforms like tvOS) PermissionsSwiftUI APIs, against newest iOS 17 |
Describe the bug
I was building my project with iOS 15 and the library won't build.
Starting from iOS 15,
UIApplication.shared.registerForRemoteNotifications()
cannot be used in extensions anymore and the error suggests to use aViewController
implementation instead.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The framework should build
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: