iOS Share Sheets
The share sheet is iOS's built-in sharing interface - it's that menu that pops up when you tap the "share" button in any iOS app. It lets users share content through various channels like Messages, Mail, AirDrop, or save items to Files, add to Notes, etc.
"Native share sheet integration" means our app will use this standard iOS sharing interface rather than building our own custom sharing menu. This allows users to:
- Share artist content through their preferred apps/services
- Save content to their device
- Copy links or content
- Use any sharing extensions they have installed
It's considered a best practice to use the native share sheet because:
- Users are already familiar with how it works
- It automatically includes all sharing options available on the user's device
- It's more maintainable than building a custom solution
- It stays up-to-date with iOS system changes