Skip to content

Commit 7d6884f

Browse files
committed
2.3.1 Release commit
1 parent 2540f31 commit 7d6884f

File tree

8 files changed

+11
-38
lines changed

8 files changed

+11
-38
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1

Unity4.7OneSignalExample/Assets/OneSignal/src/OneSignal.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,11 @@ public static void PromptLocation() {
495495
}
496496

497497
public static OSPermissionSubscriptionState GetPermissionSubscriptionState() {
498-
return oneSignalPlatform.getPermissionSubscriptionState();
498+
#if ONESIGNAL_PLATFORM
499+
return oneSignalPlatform.getPermissionSubscriptionState();
500+
#else
501+
return new OSPermissionSubscriptionState();
502+
#endif
499503
}
500504

501505
/*** protected and private methods ****/

Unity4.7OneSignalExample/Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll.meta

Lines changed: 3 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity4.7OneSignalExample/Assets/PlayServicesResolver/Editor/play-services-resolver.txt.meta

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Unity4.7OneSignalSDK.unitypackage

1.87 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1

Unity5OneSignalSDK.unitypackage

2.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)