I have a question as well,
If I use the remote player controller without using the Web API, will I encounter the limits of the developer mode? In other words, SpotifySdk.connectToSpotifyRemote, I believe under the hood calls the OAuth flow. I want to know if the authentication call used by the SDKs (in my case Flutter) is also subject to the maximum limit of 25 users.
So far, it has worked without adding my users to the allowlist and without enabling extended quotas. (I am not using any APIs besides connecting to the remote player)
I haven’t yet tried to authenticate more than 25 users in my app through the remote controller, so I want to understand if I am subject to the limits.