> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/troubleshooting/sign-in-and-authentication-issues/clients-experience-sign-in-issues-on-b2core-mobile-app.md).

# Clients experience sign-in issues on the B2CORE mobile app

## Problem

Clients may encounter various sign-in issues when using the mobile app on **iOS** or **Android**, such as:

* The **Sign In** button not responding
* Sessions closing immediately after sign-in
* Valid credentials not being accepted
* Biometric options (Face ID or fingerprint) not working

## Possible reasons

* Background processes interfering with the app
* Expired or corrupted session data
* Outdated app version or corrupted installation
* Device OS not updated
* Cache-related issues (for Android only)

## Solution

To resolve most sign-in issues:

{% stepper %}
{% step %}

### Force close and reopen the app

Sometimes background processes cause unexpected issues. Fully close the app from recent apps, and then reopen it.
{% endstep %}

{% step %}

### Sign out of the app and sign in again

If the session expires quickly, manually sign out of the app (if possible), and then sign in again.
{% endstep %}

{% step %}

### Reinstall the app

* Uninstall the app.
* Download and reinstall it from **App Store** (iOS) or via the APK file (Android).
  {% endstep %}

{% step %}

### Update the app

* Check for the latest version in the **App Store** (iOS) or via the APK file (Android).
* Install updates to ensure compatibility and bug fixes.
  {% endstep %}

{% step %}

### Check for OS updates

* On iOS, go to **Settings** > **General** > **Software update**.
* On Android, go to **Settings** > **About phone** > **System update** (or **Software updates**, depending on your device).
* Install any available updates, as outdated OS versions can cause incompatibility.
  {% endstep %}

{% step %}

### Clear app cache (for Android only)

Go to **Settings** > **Apps** > **{App name}** > **Storage** > **Clear cache**.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.b2core.b2broker.com/troubleshooting/sign-in-and-authentication-issues/clients-experience-sign-in-issues-on-b2core-mobile-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
