iOS 10 push notification when app terminated?
I'm face the problem after upgraded to iOS 10 about push notification (I am using Swift3). In normal case when application open or application still in background everything work as well (can receive push notification and update data as my logic). But when application is terminated i can't handle push notification when application become active. Here is my test case. Edit Scheme to Wait for executable to be launched. Double press home button and swipe application up. Run Xcode wait until "Wait for application to launch" shown. Test send push notification from server. Device received push