We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea51e88 + c845985 commit fba6ef8Copy full SHA for fba6ef8
src/ios/AppDelegate+parsepush.m
@@ -125,7 +125,7 @@ - (BOOL)swizzled_application:(UIApplication*)application didFinishLaunchingWithO
125
}]];
126
}
127
128
- if(!autoReg.length || [autoReg caseInsensitiveCompare:@"true"] || [application isRegisteredForRemoteNotifications]){
+ if(!autoReg.length || [autoReg caseInsensitiveCompare:@"true"] == 0 || [application isRegisteredForRemoteNotifications]){
129
// if autoReg is true or nonexistent (defaults to true)
130
// or app already registered for PN, do/redo registration
131
//
0 commit comments