Commit e993fc0
committed
Fix null useIdentityVerification blocking all ops for non-IV apps
When the server omits jwt_required from the params response,
safeBool() returned null, leaving useIdentityVerification unset.
getNextOps() treated null as "not yet known" and returned null
permanently, silently blocking every SDK operation for the session.
Default to false when the field is absent so non-IV apps are
unaffected by the identity verification gating logic.
Made-with: Cursor1 parent f9d911a commit e993fc0
File tree
1 file changed
+1
-1
lines changed- OneSignalSDK/onesignal/core/src/main/java/com/onesignal/core/internal/backend/impl
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments