Skip to content

Commit 02b24e4

Browse files
Merge pull request #440 from jpush/dev
update jpushconfiguration
2 parents d3fff35 + bc7429c commit 02b24e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JPushConfiguration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function insertJpushCode (path) {
6464
[JPUSHService setupWithOption:launchOptions appKey:@"' +
6565
appKey +
6666
'"\n\
67-
channel:nil apsForProduction:nil];'
67+
channel:nil apsForProduction:true];'
6868
)
6969
fs.writeFileSync(path, rf, 'utf-8')
7070
}

0 commit comments

Comments
 (0)