Skip to content

Commit 288d316

Browse files
committed
adjust docs
1 parent 4d10fa8 commit 288d316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/documents/iOS_Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ JPUSHRegisterEntity * entity = [[JPUSHRegisterEntity alloc] init];
2626
entity.types = UNAuthorizationOptionAlert|UNAuthorizationOptionBadge|UNAuthorizationOptionSound;
2727
[JPUSHService registerForRemoteNotificationConfig:entity delegate:self];
2828
[JPUSHService setupWithOption:launchOptions appKey:appkey
29-
channel:nil apsForProduction:nil];
29+
channel:nil apsForProduction:isProduction];
3030
}
3131
```
3232

0 commit comments

Comments
 (0)