Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting “Platform application is disabled” from Amazon SNS

I want to send notifications to ios device using amazon sns service

but the code return Platform application is disabled how can I fix it

like image 442
Samir Ali Avatar asked Mar 18 '17 08:03

Samir Ali


1 Answers

I check the expired date of p12 files using getPlatformApplicationAttributes method in the SnsClient

then I update the file of p12 now it work fine .

like image 107
Samir Ali Avatar answered Sep 25 '22 05:09

Samir Ali