Posts

Post not yet marked as solved
1 Replies
530 Views
I would like to know what happens if NSE's   didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (UNNotificationContent) - Void) method is called twice or thrice at almost same time. basically the old one's contentHandler isn't called just yet but the new notification arrives?? How does iOS caters this situation, is notification lost, shown with default content?
Posted
by uagrawal.
Last updated
.
Post not yet marked as solved
2 Replies
448 Views
Is there a way somehow to persist a variable's value in NSE in subsequent push notifications. Suppose i got a Bool variable which is by default false, now i got a push notification and i set this variable's value to true. Is there a way if next time my push triggers i will be able to retrieve my variable's value i.e i get true ??
Posted
by uagrawal.
Last updated
.
Post not yet marked as solved
9 Replies
4.1k Views
Hi,I know that in iOS device we have a mixture of ip address which contains ipv4 and ipv6 addresses. Now the ipv6 addresses can be of type permanent(based on device mac address) and temporary(used for outgoing connection). Is there a way we can differentiate between the two and actually find out which one is permanent and which one is temporary ipv6 address?
Posted
by uagrawal.
Last updated
.