react-native-geolocation icon indicating copy to clipboard operation
react-native-geolocation copied to clipboard

Not working on IOS

Open ksielyov opened this issue 3 years ago • 1 comments

` async componentDidMount() {

            Geolocation.getCurrentPosition(geolocation => console.log('result', geolocation),
                    error => console.log('Error', error))
        
}`
LSApplicationCategoryType CFBundleGetInfoString CFBundleDevelopmentRegion en CFBundleDisplayName NeighboursClub CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName $(PRODUCT_NAME) NSLocationAlwaysUsageDescription Your location is required for xyz benefits for you NSLocationWhenInUseUsageDescription Allow location NSLocationAlwaysAndWhenInUseUsageDescription Allow location CFBundlePackageType APPL CFBundleShortVersionString 1.0 CFBundleSignature ???? CFBundleVersion 1 LSRequiresIPhoneOS NSAppTransportSecurity NSAllowsArbitraryLoads NSExceptionDomains localhost NSExceptionAllowsInsecureHTTPLoads UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities armv7 UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance UIAppFonts Montserrat.ttf MontserratMedium.ttf

ksielyov avatar Nov 15 '20 19:11 ksielyov

+1

akimabs avatar May 06 '21 10:05 akimabs