|
|
@@ -20,16 +20,19 @@
|
|
|
"bundleIdentifier": "hk.ayf.crazycharge",
|
|
|
"infoPlist": {
|
|
|
"LSApplicationQueriesSchemes": [
|
|
|
- "whatsapp",
|
|
|
"whatsapp"
|
|
|
],
|
|
|
"UIBackgroundModes": [
|
|
|
- "remote-notification",
|
|
|
"remote-notification"
|
|
|
],
|
|
|
"CFBundleAllowMixedLocalizations": true,
|
|
|
"NSAppTransportSecurity": {
|
|
|
- "NSAllowsArbitraryLoads": true
|
|
|
+ "NSExceptionDomains": {
|
|
|
+ "exp.direct": {
|
|
|
+ "NSIncludesSubdomains": true,
|
|
|
+ "NSExceptionAllowsInsecureHTTPLoads": true
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
"ITSAppUsesNonExemptEncryption": false
|
|
|
},
|
|
|
@@ -57,12 +60,6 @@
|
|
|
"package": "hk.ayf.crazycharge",
|
|
|
"versionCode": 30,
|
|
|
"googleServicesFile": "./google-services.json",
|
|
|
- "usesCleartextTraffic": true,
|
|
|
- "extra": {
|
|
|
- "network_security_config": {
|
|
|
- "xml": "<network-security-config><base-config cleartextTrafficPermitted=\"true\"/></network-security-config>"
|
|
|
- }
|
|
|
- },
|
|
|
"config": {
|
|
|
"googleMaps": {
|
|
|
"apiKey": "AIzaSyAkfen-gfGOQyA9ui0_OjOS6TrA5-viBMI"
|