Amazon sns (push notification) does not send to IOS application

前端 未结 3 1937
臣服心动
臣服心动 2021-01-13 17:43

Recently the app can not receive notification, the android side works fine but the ios one has fail

so here is what I have attempt:

1) generate token         


        
3条回答
  •  渐次进展
    2021-01-13 18:30

    If the SNS endpoint is disabled after a while, that means your APNS certificate has some issue. Do you mistakenly use a sandbox certificate for prod, or visa versa? Do you have the right certificate and private key combo? See http://docs.aws.amazon.com/sns/latest/dg/mobile-push-apns.html for more information.

提交回复
热议问题