Commit 9aac81b
committed
rm push registration string 3000 error parsing
* It is not reliable to use a string check on an error message to map
to a specific OneSignal error code.
* Second there is only one reason you would get a 3000 error code,
the push notification capability is not enabled.
- The 3000 "other" error that was being reported was never a thing.
- This "other" 3000 error happens when the device is not set to
English.
- Also recently (iOS 13 or 14) the English error message changed.
* This means we will no longer see the confusing "Other Apns 3000 Error"
message on the OneSignal dashboard and will now see the correct
"Missing Push Capability".1 parent a241b6a commit 9aac81b
1 file changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1603 | 1603 | | |
1604 | 1604 | | |
1605 | 1605 | | |
1606 | | - | |
1607 | | - | |
1608 | | - | |
1609 | | - | |
1610 | | - | |
1611 | | - | |
1612 | | - | |
1613 | | - | |
1614 | | - | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
1615 | 1609 | | |
1616 | 1610 | | |
1617 | 1611 | | |
| |||
0 commit comments