usernotifications Questions
1
Solved
In everything before iOS 9 there was a limit of 64 notifications that could be scheduled at any one time. Is this still true with the new notification system or can I schedule as many in advance as...
Rear asked 18/11, 2016 at 20:3
1
I’m updating my localnotifications to work with iOS 10 and I’ve run into an issue where I think the nextTrigger function returns NOT “The next date at which the trigger conditions will be met.” but...
Malleolus asked 3/11, 2016 at 21:48
2
Solved
I was using the UIUserNotificationType.none in Swift3 on ViewController.swift, and I got this error: 'none' is unavailable user[] to construct an empty option set ; Here is my code:
func updateUI(...
Congenial asked 22/10, 2016 at 23:1
2
Solved
I'd like to schedule local notifications using iOS 10. I'd like to know how to do this. I've looked all around the web, but I keep finding clues only for registering and handeling the notific...
Chateau asked 9/10, 2016 at 8:59
2
Solved
How to show local notification always, even in foreground, using new (from iOS 10) notification framework UserNotifications https://developer.apple.com/reference/usernotifications?language=objc ?
Crowned asked 6/10, 2016 at 10:14
2
Solved
In iOS 10 , there is an option for presenting the notification when the app is in foreground using UNNotificationPresentationOptions,
but i couldn't find any sample on how to use this, please sugg...
Territorialize asked 5/10, 2016 at 7:46
1
How can I use UNNotificationSettings to get the notification type in iOS 10?
On previous iOS, I would use this:
UIUserNotificationSettings *notificationSettings = [[UIApplication sharedApplicatio...
Archaeopteryx asked 26/9, 2016 at 10:48
1
Solved
In the Push Notification API before iOS 10, I could easily run a background job triggered by a Push Notification being received. Just received -- the user didn't have to interact with it at all. No...
Floats asked 20/9, 2016 at 2:14
1
Solved
So I am able to schedule notifications like so;
//iOS 10 Notification
if #available(iOS 10.0, *) {
var displayDate: String {
let dateFormatter = DateFormatter()
dateFormatter.dateStyle = DateF...
Bernadine asked 8/9, 2016 at 15:58
© 2022 - 2024 — McMap. All rights reserved.