Problem adding more types of exercises
I can't add another exercise If I try to add another exercise apart from running and try to execute the other type of exercise I never take the data of the new exercise but those of running. Why could this happen? Is there an example where two types of exercise are implemented to observe that it could be failing?
Also, I have configured the other type of exercise in the same way that I have configured the running exercise.
Are you able to share an example? Are you seeing any error messages?
You can configure the type of exercise using setExerciseType, as shown here in HealthServicesManager
However, you should be sure to check that the device supports the exercise type you are requesting, and the data types you are requesting, using capabilities, as shown in the sample