Hi, as I mentioned Apple told me that browser auth is prohibited. All your iOS samples use LoginAsync which even in docs says it uses the browser:
// Summary:
// Launches a browser to log the user in.
public Task<LoginResult> LoginAsync(object extraParameters = null);
I cannot understand how this can be the official docs/demos as they clearly violate apple’s terms and app will not get approved.
Hopefully we can find a solution as this problem is pending in my workflow for some time now.
Thanks.