Skip to content

Commit b311853

Browse files
committed
Fixed OSNotificationPermission type for iOS
* Type was set to Denied when notifications were accepted.
1 parent 0018258 commit b311853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OneSignalExample/Assets/OneSignal/src/OneSignal.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ public class OSNotificationOpenedResult {
104104

105105
public enum OSNotificationPermission {
106106
NotDetermined,
107-
Authorized,
108-
Denied
107+
Denied,
108+
Authorized
109109
}
110110

111111
public class OSPermissionState {

0 commit comments

Comments
 (0)