iOS Question Pedometer in iOS

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
I have found this on an external site:
https://shrikar.com/ios-swift-development-step-counter-app-using-pedometer-data/

The CMMotionActivity class contains the data for a single motion update event. On devices that support motion, you can use a CMMotionActivityManager object to request updates when the current type of motion changes. When a change occurs, the update information is packaged into a CMMotionActivity object and sent to your app.

How easy would it be to access these classes from B4i?

Thanks
 
Upvote 0
Top