## Mobile SDKs overview Frontegg offers a range of mobile SDKs to facilitate seamless integration with various mobile platforms. Below is an overview of the available SDKs and their functionalities: ### Available SDKs - [iOS Swift SDK](https://github.com/frontegg/frontegg-ios-swift) - [Android Kotlin SDK](https://github.com/frontegg/frontegg-android-kotlin) - [React Native SDK](https://github.com/frontegg/frontegg-react-native) - [Flutter SDK](https://github.com/frontegg/frontegg-flutter) - [Ionic Capacitor SDK](https://github.com/frontegg/frontegg-ionic-capacitor) ### Feature support Please refer to the list below for what's supported/not supported for each SDK. ### Supported functionalities - Session management: in the scope of session management, only force logout and max sessions are supported. Go to the [Session Management](/ciam/guides/security-center/session-management/overview) page to learn more. - Switch tenant: available across all SDKs, allowing users to [switch between active accounts](/ciam/sdks/components/tenant-functions#configuration). - Multi-apps: available across all SDKs, enabling you to manage [multiple applications](/ciam/guides/management/multi-apps/overview) within a single environment. - Step-up authentication: available across all SDKs, enabling you to manage [sensitive actions](/ciam/guides/step-up/intro) and enhance the security of your application. br Session refreshes Note that for Mobile SDKs, the [keepSessionAlive](/ciam/sdks/components/fronteggstoreoptions#keepsessionalive) option is set to `true` by default and the user's JWT is being refreshed automatically in the background. br ### Not supported functionalities - [Self-service portal](/ciam/guides/admin-portal/intro) - [Custom login box per tenant](/ciam/guides/management/manage-accounts/login-per-account) - [Entitlements](/ciam/guides/authorization/entitlements-rbac-overview) - [User impersonation](/ciam/guides/management/manage-users/impersonation) - [Session management](/ciam/guides/security-center/session-management/overview)'s idle session - Social logins with Frontegg dev credentials