iOS 11.2 local notifications do not work with guided access

Originator:dkulemalin
Number:rdar://36209602 Date Originated:12/25/2017
Status:CLOSED Resolved:YES
Product:iOS Product Version:11.2.1
Classification:Other Reproducible:100%
 
Area:
NotificationCenter Framework

Summary:
local notifications are not delivered when guided access is enabled.
Stopped working on iOS 11.2 
Works ok on iOS 10.3.3

Attached test app

Steps to Reproduce:
1. Enabled guided access in iPad settings
2. Go to app. Schedule local notification (in test app choose any future time and press "Schedule button".
3. Enable guided access (triple tab on home button. enable)
4. Wait for local notification time

Actual result:
iOS 11.2: nothing happens. 
Both delegate methods are not called.

iOS 10.3.3: local notification received. 
"- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)(void))completionHandler" delegate method is called.

Expected Results:
local notification should be received. (In test app user should see alert "local notification received".

Version/Build:
xCode 9.2
iPad mini2 iOS 11.2.1

Comments

Fixed in iOS 11.3 Beta 2

By dkulemalin at Feb. 13, 2018, 8:25 a.m. (reply...)

Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!