Skip to content

Commit 4b7d046

Browse files
committed
Mark ERROR_PUSH_OTHER_3000 as unused
* Per the last commit we no longer will be using "other 3000" and instead this will always be ERROR_PUSH_CAPABLILITY_DISABLED instead. * Keeping the define but post-fixing with "_UNUSED_RESERVED" - This is so we don't reuse this notification_types value later and keep this around so someone can git-blame to find this reasoning.
1 parent 9aac81b commit 4b7d046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS_SDK/OneSignalSDK/Source/OneSignalCommonDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ typedef enum {GET, POST, HEAD, PUT, DELETE, OPTIONS, CONNECT, TRACE} HTTPMethod;
221221
#define ERROR_PUSH_DELEGATE_NEVER_FIRED -14
222222
#define ERROR_PUSH_SIMULATOR_NOT_SUPPORTED -15
223223
#define ERROR_PUSH_UNKNOWN_APNS_ERROR -16
224-
#define ERROR_PUSH_OTHER_3000_ERROR -17
224+
#define ERROR_PUSH_OTHER_3000_ERROR_UNUSED_RESERVED -17
225225
#define ERROR_PUSH_NEVER_PROMPTED -18
226226
#define ERROR_PUSH_PROMPT_NEVER_ANSWERED -19
227227

0 commit comments

Comments
 (0)