<@U04UQ68083H> are we able to use sso on native ap...
# ory-copilot
f
@chilly-king-10285 are we able to use sso on native app (android, ios) ? or is it not in the release v0.13.0 yet ?
c
A message from kapa.ai
Yes, you can use Single Sign-On (SSO) on native apps (Android, iOS) with Ory. The native app authentication flow is described in the [Social sign-in for native and mobile apps](https://www.ory.sh/docs/kratos/social-signin/native-apps) documentation. The flow involves initializing a login or registration flow, performing the social sign-in, and redirecting the user back to the native application using [iOS Universal Link](https://developer.apple.com/ios/universal-links/) or [Android App Link](https://developer.android.com/training/app-links). The native application then exchanges the session token exchange code for a session token. For implementing the native app authentication flow, you can follow the steps provided in the [Implementation section](https://www.ory.sh/docs/kratos/social-signin/native-apps#implementation) of the documentation. Additionally, you can refer to the [React Native UI Reference Implementation](https://github.com/ory/kratos-selfservice-ui-react-native) for building your own user interface and forms on top of Ory's APIs.