File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -438,9 +438,9 @@ - (void)receivedNotificationResponse:(UNNotificationResponse *)notificationRespo
438438
439439
440440- (void )channelUpdated : (NSNotification *)notification {
441- NSString *channelID = notification.userInfo [UAChannel.channelUpdatedEvent ];
441+ NSString *channelID = notification.userInfo [UAChannel.channelIdentifierKey ];
442442 UA_LDEBUG (@" channelUpdated: %@ " , channelID);
443- if (self.listener && ! channelID) {
443+ if (self.listener && channelID) {
444444 UnitySendMessage (MakeStringCopy ([self .listener UTF8String ]),
445445 " OnChannelUpdated" ,
446446 MakeStringCopy ([channelID UTF8String ]));
Original file line number Diff line number Diff line change 11# Unity Plugin ChangeLog
22
3+ ## Version 9.0.3 - April 6, 2022
4+
5+ Patch release that fixes an other iOS crash related to channel update event.
6+
7+ ### Changes
8+ - Fix iOS crash when channel is updated
9+
310## Version 9.0.2 - March 15, 2022
411
512Patch release that fixes an iOS crash related to push registration.
Original file line number Diff line number Diff line change 11# Plugin version
2- version = 9.0.2
2+ version = 9.0.3
33
44# Urban Airship iOS SDK version
55iosAirshipVersion = 16.1.1
You can’t perform that action at this time.
0 commit comments