I have several apps (~20) and I want to be able to log in with the same account in each of them; the apps belong to the same Apple Developer account.
When the user creates an account within one of the apps, this allows access to the apps and has the content synced across them (it creates some sort of organization account). The account can be then shared across them.
This flow already works with a custom-implemented email+password authentication and Facebook login method, but now I need to introduce Sign in with Apple and I'm encountering some issues.
When trying to add multiple apps under the same app in App Store Connect, I get the following error:
Maximum number of apps have been associated with this primary app. Max limit: '5'
How can I group all ~20 apps together so that I can recognize the same user logging in from different apps?