I am trying to retrieve the walkingStepLength of the UserProfile, but getting only null values. My understanding would be that as long as the user did not maintain the general walking step length in the profile manually, the system would determine it and store it for internal use. So I am wondering if the walkingStepLength is only valid/set if it was maintained manually by the user?
Furthermore, all fields in UserProfile.getProfile() are null except for birthYear, height and weight. Is there an other way to retrieve this information?