-[HKAnchoredObjectQuery initWithType:predicate:anchor:limit:completionHandler:] Removed from iOS 10

-[HKAnchoredObjectQuery initWithType:predicate:anchor:limit:completionHandler:] has been removed from iOS 10. Anyone know how to get this functionality when an iOS 10 compiled app runs on iOS 8. Seems like Apple needs to bring this method back to allow iOS 10 compiled apps to run on iOS 8. -[HKAnchoredObjectQuery initWithType:predicate:anchor:limit:resultsHandler:] is available on iOS 9 and iOS 10 but not on iOS 8.