Giter VIP home page Giter VIP logo

pathsense-samples-ios's People

Contributors

pablobaxter avatar paulschmitt avatar pdschmitt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pathsense-samples-ios's Issues

what is the purpose of method startMonitoringAmbientLocationChanges ?

I have read the document, it said that "Start monitoring ambient location changes. The behavior of this service is not affected by the desiredAccuracy or distanceFilter properties. Locations will be delivered through the same delegate callback as the standard location service. You can expect to recieve sparce location data intermittenly."

And when I invoke the startMonitoringAmbientLocationChanges ,as it said, the delegate method "locationmanager:didUpdateLocations" doesn't called anytime.

So when I want draw the path from coordinates, it doesn't invoke the delegate method,and I can't get the coordinate, and I can't draw the line. The system method "startUpdatingLocation" is works better than this.

If I want monitor the user's track and draw the polyline on the map, Which method can I use?

Shell Script Invocation Error Group

This is the error message

/Users/Guodada/Library/Developer/Xcode/DerivedData/Test-fzeizrhmizoqabfahizcpwarwtny/Build/Intermediates/Test.build/Debug-iphoneos/Test.build/Script-C77E49CC1E9B8B7E006674CE.sh: line 2: bash/Users/Guodada/Library/Developer/Xcode/DerivedData/Test-fzeizrhmizoqabfahizcpwarwtny/Build/Products/Debug-iphoneos/Test.app/Frameworks/PSLocation.framework/strip-frameworks.sh: No such file or directory

this is the build phase config
2017-04-10 6 55 04

Where is the problem?

Undefined symbols for architecture arm64: When Build on Device

I have success config the PSLocation.framwork on yesterday, but today when I integration the framework to a new project, it arise some error:

2017-04-14 5 30 00

my first project can build success both on simulator and iPhone,
but now the other projects only can build success on simulator,

More Battery Consumption

I'm running your SDK on my mobile. I see battery consumption is more.
What are the properties need to use less battery consumption?

Below is my sample code:

locationManager = PSLocationManager.init()
locationManager?.maximumLatency = 180
locationManager?.setDelegate(self)
locationManager?.allowsBackgroundLocationUpdates = true
locationManager?.pausesLocationUpdatesWhenDeviceIsStationary = true
locationManager?.desiredAccuracy = kCLLocationAccuracyBest
locationManager?.startUpdatingLocation()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.