I created a custom key with following permissions:
Push: storeDeviceToken, subscribeToChannel, unsubscribeToChannel
But when my app tries to register device for push notification an exception occurs saying "UnAuthorized access: Client is not authorized". When I initialize the API I use my custom key instead of API_KEY and same SECRET_KEY.
Thanks