Skip to content

Commit 513f08e

Browse files
authored
Merge pull request #123 from urbanairship/MOBILE-1930
MOBILE-1930 Unity plugin 8.0.1
2 parents 4eebc17 + bdd1ef7 commit 513f08e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Assets/Plugins/iOS/UAUnityPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ + (void)performTakeOff:(NSNotification *)notification {
6262
object:nil];
6363

6464
[[NSNotificationCenter defaultCenter] addObserver:[self shared]
65-
selector:@selector(channelRegistrationSucceeded:)
65+
selector:@selector(channelUpdated:)
6666
name:UAChannelUpdatedEvent
6767
object:nil];
6868

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Unity Plugin ChangeLog
22

3+
## Version 8.0.1 - October 1, 2020
4+
5+
Patch release fixing a crash related to channel update events in the iOS plugin. Apps currently
6+
on version 8.0.0 should update, and when upgrading previous plugin versions to 8.x, 8.0.0 should
7+
be avoided.
8+
39
## Version 8.0.0 - September 25, 2020
410

511
Major release that updates Airship Android SDK to 14.0.1 and iOS SDK to 14.1.2. Starting with SDK 14, all landing page and external urls are tested against a URL allow list. The easiest way to go back to previous behavior is to add the wildcard symbol * in the Scope Open in URL Allow List in the Airship Config window.

airship.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Plugin version
2-
version = 8.0.0
2+
version = 8.0.1
33

44
# Urban Airship iOS SDK version
55
iosAirshipVersion = 14.1.2

0 commit comments

Comments
 (0)