Should I create a single or multiple Auth0 Applications for a native mobile app in Android and iOS?

This is not clear in the documentation, and surprisingly no one has asked it before.

I want the user to be able to login with the same credentials independent of the platform, and I assume that by using the same tenant I’ll achieve that, however, I don’t know if I should create “Android” and “iOS” Auth0 Applications or a single “Native App” just.

Hey there!

Not sure if I understand but let me try to help :slight_smile: Yes within one tenant you can handle that and if you’re developing apps for both Android and iOS but natively which means iOS → Swift and Android → Java / Kotlin then you need to create two native applications.

1 Like

Thanks for the quick response, @konrad.sopala.

This is not what I meant though, I’m talking about Auth0’s concept of Applications, inside a tenant, not a mobile ‘application’.

Should I have this:
Screen Shot 2021-04-12 at 10.47.41

Or this:

1 Like