Missing push notifications after connecting to API

This problem can occur with iPhones when you stop receiving incoming push notifications after connecting to the gateway

You will need the API call responsible for changing the channel settings:

Look for the offline_mode parameter. Set it to true.

This way API will not send online status to the server when connecting. Thus you will receive push notifications. After changing the setting, you need to re-authorize the channel.

Last updated