Skip to content

iOS : fix remote provisioning possibly losing push token, rendering the phone unable to receive notifications

iOS: make the IosPlatformHelper a CoreListener, in order to register for push only when core is in GlobalOn state. This fixes a bug where, when using remote provisioning, push token could be lost.

Merge request reports