Browse Source

1213

master
Dread 4 years ago
parent
commit
4705e8740c
  1. 2
      App.vue
  2. 38
      manifest.json

2
App.vue

@ -18,6 +18,8 @@
}, },
}, },
onLaunch: function() { onLaunch: function() {
const clientInfo = plus.push.getClientInfo()
console.log(clientInfo,'APP的CID')
// #ifdef APP-PLUS // #ifdef APP-PLUS
this.appVersion() this.appVersion()
this.getIp(); this.getIp();

38
manifest.json

@ -26,7 +26,8 @@
/* */ /* */
"modules" : { "modules" : {
"FaceID" : {}, "FaceID" : {},
"Fingerprint" : {} "Fingerprint" : {},
"Push" : {}
}, },
/* */ /* */
"distribute" : { "distribute" : {
@ -52,10 +53,19 @@
] ]
}, },
/* ios */ /* ios */
"ios" : {}, "ios" : {
"privacyDescription" : {
"NSCameraUsageDescription" : "BitCooo requires camera permission",
"NSPhotoLibraryUsageDescription" : "BitCooo needs to use album permissions",
"NSPhotoLibraryAddUsageDescription" : "BitCooo needs to use album permissions"
}
},
/* SDK */ /* SDK */
"sdkConfigs" : { "sdkConfigs" : {
"ad" : {} "ad" : {},
"push" : {
"unipush" : {}
}
}, },
"icons" : { "icons" : {
"android" : { "android" : {
@ -100,6 +110,28 @@
} }
} }
}, },
"locales":{
"en": { //
"name": "BitCooo", //
"android": {
"strings": { //Android
"CustomKey": "CustomValue"
//...
}
},
"ios": {
"privacyDescription" : {
"NSCameraUsageDescription" : "BitCooo requires camera permission",
"NSPhotoLibraryUsageDescription" : "BitCooo needs to use album permissions",
"NSPhotoLibraryAddUsageDescription" : "BitCooo needs to use album permissions"
},
"infoPlist": { //iOSInfoPlist.strings
"CustomKey": "CustomValue"
//...
}
}
}
},
/* */ /* */
"quickapp" : {}, "quickapp" : {},
/* */ /* */

Loading…
Cancel
Save