Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 13 push-notifications delegate methods are not called

In my existing applications I am not able to receive delegate methods:

  • Xcode 11 & iOS 12.3.1 - Working
  • Xcode 11 & iOS 13 - Not Working
like image 972
Rushang Prajapati Avatar asked Sep 21 '19 06:09

Rushang Prajapati


2 Answers

yes building the code base with XCode 11 and iOS 13 seemed to fix this for me.

  • built app with Xcode 10 + iOS 12.
  • installed on iOS12
  • installed on iOS13.0
  • send push
  • only appearing on iOS12
  • Rebuilt the app with XCode 11 and iOS 13.0
  • Send push
  • appears on iOS 12.4 + iOS 13.0
like image 116
brian.clear Avatar answered Nov 18 '22 01:11

brian.clear


Restarting device seems to fix it. Happened a couple of times.

like image 1
Arnold Plakolli Avatar answered Nov 17 '22 23:11

Arnold Plakolli