Browse Source

[iOS] Fix Jitsi Meet v1.18.x "Missing Purpose String in Info.plist File" issues reported by App Store Connect

App Store Connect reported the following issues in (and rejected the binary
of) Jitsi Meet 1.18.x:

NSBluetoothPeripheralUsageDescription
NSAppleMusicUsageDescription
NSMotionUsageDescription
NSSpeechRecognitionUsageDescription

Starting spring 2019, all apps submitted to the App Store that access user
data will be required to include a purpose string for the following:

NSLocationAlwaysUsageDescription
NSLocationWhenInUseUsageDescription
j8
Lyubo Marinov 7 years ago
parent
commit
3ad27961e5
3 changed files with 4 additions and 5 deletions
  1. 1
    1
      ios/Podfile.lock
  2. 2
    3
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
ios/Podfile.lock View File

@@ -152,7 +152,7 @@ SPEC CHECKSUMS:
152 152
   react-native-keep-awake: 0de4bd66de0c23178107dce0c2fcc3354b2a8e94
153 153
   react-native-locale-detector: d1b2c6fe5abb56e3a1efb6c2d6f308c05c4251f1
154 154
   react-native-webrtc: 31b6d3f1e3e2ce373aa43fd682b04367250f807d
155
-  ReactNativePermissions: 9f2d9c45c98800795e6c2ed330e25d11a66a8169
155
+  ReactNativePermissions: 9ef3f0c74a373fdbfae21c067098a8348d9aa15f
156 156
   RNSound: b360b3862d3118ed1c74bb9825696b5957686ac4
157 157
   RNVectorIcons: c0dbfbf6068fefa240c37b0f71bd03b45dddac44
158 158
   SDWebImage: 624d6e296c69b244bcede364c72ae0430ac14681

+ 2
- 3
package-lock.json View File

@@ -12787,9 +12787,8 @@
12787 12787
       "from": "github:jitsi/react-native-locale-detector#845281e9fd4af756f6d0f64afe5cce08c63e5ee9"
12788 12788
     },
12789 12789
     "react-native-permissions": {
12790
-      "version": "1.1.1",
12791
-      "resolved": "https://registry.npmjs.org/react-native-permissions/-/react-native-permissions-1.1.1.tgz",
12792
-      "integrity": "sha512-t0Ujm177bagjUOSzhpmkSz+LqFW04HnY9TeZFavDCmV521fQvFz82aD+POXqWsAdsJVOK3umJYBNNqCjC3g0hQ=="
12790
+      "version": "github:lyubomir/react-native-permissions#3462430addce3f2c8297c15da14182568194a216",
12791
+      "from": "github:lyubomir/react-native-permissions#3462430addce3f2c8297c15da14182568194a216"
12793 12792
     },
12794 12793
     "react-native-prompt": {
12795 12794
       "version": "1.0.0",

+ 1
- 1
package.json View File

@@ -69,7 +69,7 @@
69 69
     "react-native-keep-awake": "2.0.6",
70 70
     "react-native-linear-gradient": "2.4.0",
71 71
     "react-native-locale-detector": "github:jitsi/react-native-locale-detector#845281e9fd4af756f6d0f64afe5cce08c63e5ee9",
72
-    "react-native-permissions": "1.1.1",
72
+    "react-native-permissions": "github:lyubomir/react-native-permissions#3462430addce3f2c8297c15da14182568194a216",
73 73
     "react-native-prompt": "1.0.0",
74 74
     "react-native-sound": "0.10.9",
75 75
     "react-native-vector-icons": "4.4.2",

Loading…
Cancel
Save