How do scheduled campaign reminder notifications behave on Apple Duo during fold transitions?
-
If a scheduled notification is triggered while the device is in a folded state, does the notification display correctly? Should we implement fold-aware notification scheduling?
-
Can the notification payload be corrupted or truncated if fold occurs during the notification delivery process? Should we validate notification data after fold transitions?
-
Is the notification center accessible and visible to the user during a folded state? Can the user interact with notification actions during fold?
-
If the device unfolds after a scheduled reminder was set to trigger during the fold, will the notification still be delivered, or could it be skipped? Should we implement retry logic for missed notifications?