Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.4.4p1
Issue ID
875180
Regression
Yes
[iOS] NotificationServices.remoteNotifications contains two elements when receiving one notification
NotificationServices.remoteNotifications contains two elements instead of one, when a notification is received through APNs.
Steps to reproduce:
1) Set up an App ID for use with push notifications.
2) Create and save a certificate in the Keychain via Apple Developer site.
3) Open the attached project.
4) Build for iOS.
5) Open the project and make sure the 'Push Notifications' field is enabled in the Capabilities tab.
6) Run on a device.
7) Copy the array of numbers/letters that appears in the console (device token).
8) Stop the app via Xcode.
9) Open Pusher (attached in project folder).
10) Select the certificate you created earlier from the drop-down.
11) Paste the device token.
12) Press 'Push'.
13) When a notification appears, tap on it to re-open the app.
NotificationServices.remoteNotifications.Length is logged in the top-left. Even though one notification was sent, 2 is returned on the screen.
Reproduced on:
5.6.0b6, 5.4.4p2, 5.3.7p3
Did not reproduce:
5.2.4f1
Devices tested:
iPhone 7 iOS 10.3
iPhone 5 iOS 9.3.5
iPhone 5S iOS 9.3.3
-----
Fix was backported to 5.6, 5.5 & 5.4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unable to switch to either Facebook Instant Games/Meta Quest in the Build Profile
- The tvOS platform appears in the Build Profile window even though it isn’t supported on Linux
- Error "IndexOutOfRangeException: Index was outside the bounds of the array" logged when selecting an Element in UI Builder with a specific setup
- "native code called abort()" is thrown in WebGL player when loading first scene
- Gradient Editor always opens on the main display when a multi-monitor setup is used and the Editor Window is on a secondary display
Add comment