SKReceiptRefreshRequest, receipt verification, and Family Sharing

Hi all,


I am issuing an SKReceiptRefreshRequest to check if someone has already bought a specific version of my app. I'm looking at original_application_version in the response. This works great if the person who's logged in to the App Store is the original buyer, however if the request comes from someone using Family Sharing no receipt is found. Is there a way for a family member who isn't the original buyer, but is part of Family Sharing, to have an SKReceiptRefreshRequest return the original buyer's receipt so I can check original_application_version and take some action?


Thanks