YVR-Hackathon-ICN-Hacks / YVR-ICNHacks

React Native mobile application for iOS and Android powered by Expo Go for YVR Hackathon 2024 🛫
1 stars 4 forks source link

NSLocationWhenInUseUsageDescription key must be present in info.plist #12

Open gdcho opened 7 months ago

gdcho commented 7 months ago

Go to Info.plist and add:

<key>NSLocationAlwaysUsageDescription</key>
<string>Your location is required for xyz benefits for you</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Your location is required for xyz benefits for you</string>
jasper-oh commented 7 months ago

YVR-ICNHacks/ios/starterexpo/Info.plist