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.
1 parent 4d10fa8 commit 288d316Copy full SHA for 288d316
example/documents/iOS_Usage.md
@@ -26,7 +26,7 @@ JPUSHRegisterEntity * entity = [[JPUSHRegisterEntity alloc] init];
26
entity.types = UNAuthorizationOptionAlert|UNAuthorizationOptionBadge|UNAuthorizationOptionSound;
27
[JPUSHService registerForRemoteNotificationConfig:entity delegate:self];
28
[JPUSHService setupWithOption:launchOptions appKey:appkey
29
- channel:nil apsForProduction:nil];
+ channel:nil apsForProduction:isProduction];
30
}
31
```
32
0 commit comments