Summers Pittman We don't directly handle this error, but of course the service registration fails if it is not supported. Detecting this situation will be just a matter of returning an error here: https://github.com/aerogear/aerogear-js-sdk/blob/master/packages/push/src/impl/PushRegistrationWebpushImpl.ts#L112 in the `else` clause. |