Skip to content

mattermost/mattermost-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25563d1 · Dec 6, 2024
Oct 14, 2024
Apr 22, 2024
Dec 6, 2024
Dec 6, 2024
Nov 15, 2024
Jun 26, 2024
Nov 6, 2024
Oct 26, 2024
Oct 13, 2022
Nov 15, 2024
Dec 6, 2024
Nov 13, 2024
Nov 13, 2024
Oct 14, 2024
Jul 24, 2024
Oct 14, 2024
Nov 28, 2024
Nov 17, 2020
Jun 18, 2021
Oct 21, 2024
Oct 20, 2022
Apr 14, 2021
Jul 3, 2024
Jun 19, 2024
Sep 27, 2023
Jun 19, 2024
Nov 7, 2024
Nov 7, 2024
Nov 17, 2020
Nov 17, 2020
Nov 17, 2020
Jun 19, 2024
Oct 29, 2024
Feb 3, 2023
Nov 17, 2020
Nov 11, 2024
Nov 17, 2020
Nov 15, 2024
Nov 17, 2020
Nov 17, 2020
Nov 7, 2024
Jul 28, 2022
Apr 22, 2024
Jul 9, 2024
Nov 17, 2020
Jun 19, 2024
Nov 28, 2024
Nov 28, 2024
Apr 14, 2021
Nov 7, 2024
Nov 17, 2020

Repository files navigation

Mattermost Mobile v2

  • Minimum Server versions: Current ESR version (9.11.0+)
  • Supported iOS versions: 13.4+
  • Supported Android versions: 7.0+

Mattermost is an open source Slack-alternative used by thousands of companies around the world in 21 languages. Learn more at https://mattermost.com.

You can download our apps from the App Store or Google Play Store, or build them yourself.

We plan on releasing monthly updates with new features - check the changelog for what features are currently supported!

Important: If you self-compile the Mattermost Mobile apps you also need to deploy your own Mattermost Push Notification Service.

How to Contribute

Testing

To help with testing app updates before they're released, you can:

  1. Sign up to be a beta tester
    • Android
    • iOS - Open this link from your iOS device
  2. Install the Mattermost Beta app. New updates in the Beta app are released periodically. You will receive a notification when the new updates are available.
  3. File any bugs you find by filing a GitHub issue with:
    • Device information
    • Repro steps
    • Observed behavior (including screenshot / video when possible)
    • Expected behavior
  4. (Optional) Sign up for our team site

You can leave the Beta testing program at any time:

  • On Android, click this link while logged in with your Google Play email address used to opt-in for the Beta program, then click Leave the program.
  • On iOS, access the Mattermost Beta app page in TestFlight and click Stop Testing.

Contribute Code

  1. Look in GitHub issues for issues marked as [Help Wanted]
  2. Comment to let people know you’re working on it
  3. Follow these instructions to set up your developer environment
  4. Join the Native Mobile Apps channel on our team site to ask questions

Frequently Asked Questions

How is data handled on mobile devices after a user account is deactivated?

App data is wiped from the device when a user logs out of the app. If the user is logged in when the account is deactivated, then within one minute the system logs the user out, and as a result all app data is wiped from the device.

I need the code for the v1 version

You can still access it! We have moved the code from master to the v1 branch. Be aware that we will not be providing any more v1 versions or updates in the public stores.

Troubleshooting

I keep getting a message "Cannot connect to the server. Please check your server URL and internet connection."

This sometimes appears when there is an issue with the SSL certificate configuration.

To check that your SSL certificate is set up correctly, test the SSL certificate by visiting a site such as https://www.ssllabs.com/ssltest/index.html. If there’s an error about the missing chain or certificate path, there is likely an intermediate certificate missing that needs to be included.

Please note that the apps cannot connect to servers with self-signed certificates, consider using Let's Encrypt instead.

I see a “Connecting…” bar that does not go away

If your app is working properly, you should see a grey “Connecting…” bar that clears or says “Connected” after the app reconnects.

If you are seeing this message all the time, and your internet connection seems fine:

Ask your server administrator if the server uses NGINX or another webserver as a reverse proxy. If so, they should check that it is configured correctly for supporting the websocket connection for APIv4 endpoints.