File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ - (void)receivedNotificationResponse:(UNNotificationResponse *)notificationRespo
440440- (void )channelUpdated : (NSNotification *)notification {
441441 NSString *channelID = notification.userInfo [UAChannel.channelUpdatedEvent];
442442 UA_LDEBUG (@" channelUpdated: %@ " , channelID);
443- if (self.listener ) {
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.2 - March 15, 2022
4+
5+ Patch release that fixes an iOS crash related to push registration.
6+
7+ ### Changes
8+ - Fix iOS crash during registration
9+
310## Version 9.0.1 - March 1, 2022
411
512Patch release that fixes an iOS error related to a wrong method name.
Original file line number Diff line number Diff line change 11# Plugin version
2- version = 9.0.1
2+ version = 9.0.2
33
44# Urban Airship iOS SDK version
55iosAirshipVersion = 16.1.1
You can’t perform that action at this time.
0 commit comments