ios - Registering for Push Notifications does not get any response -


i have app support push notifications under development couple of months now. push notifications worked fine until yesterday.

now application not callbacks registering apns. didregisterforremotenotificationswithdevicetoken nor didfailtoregisterforremotenotificationswitherror in appdelegate called. why don't appdelegate callback when registering pn?

registration called:

let settings = uiusernotificationsettings(fortypes: [.alert, .badge, .sound], categories: nil) uiapplication.sharedapplication().registerusernotificationsettings(settings) uiapplication.sharedapplication().registerforremotenotifications() 

that not fault. there issue in apns on 19 july, 2016. reference check didregisterforremotenotificationswithdevicetoken not called in ios8, didregister...settings is

once apns start working , start receiving device token , work push.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -