0

Is there a way to determine if a user has family sharing enabled or an Apple-ID set on their device? I don't need to know details about the apple-id, just to now if I need to guide the user towards setting it up.

Christian 'fuzi' Orgler
  • 1,682
  • 8
  • 27
  • 51

1 Answers1

1

Unfortunately, there is no API to determine whether a user has family sharing enabled. There is only an option to distinguish between a purchaser and family members after the purchase is complete. That info is stored in the user's receipt under the in_app_ownership_type field.

LeChuck
  • 11
  • 1