Impossible to use a Firefox for Android add-on on mobile anymore

Hello,

In April, I launched an add-on on Firefox desktop and Android.
Both were accepted.
I changed 4 time the extension and the 10th of June I pushed an update of the Android version.
It was working well on mobile.

But we had to fix a minor bug.
Since yesterday all the new version that we try to push on Android are accepted but impossible to use them on mobile.

On the add-on page on Firefox, we have this message :
“This module is not available for your platform”

But it worked before.
You can check that here on mobile : 97shop x Amazon – Adoptez cette extension pour 🦊 Firefox (fr)

Would someone know why we suddenly have this message ?

Thanks for your help !

Let’s start by double checking your extension’s availability settings.

  1. Navigate to AMO’s Developer Hub
  2. Select your add-on from the list
  3. Using the navigation menu on the side of the page, follow the “Manage Status & Versions” link
  4. In the versions list, click the name of the most recently approved version
  5. Check the “Compatibility” section for a list of supporting clients

If you only see Firefox in the list, click the “Add Another Application” link, select Firefox for Android, and set the minimum version number to an appropriate version greater than or equal to 120.0.

Thanks for the quick answer. It’s already what I have “Firefox for Android 120.0”

Oh! It looks like you have the opposite problem from how I initially read your post: the “this add-on is not available on your platform” warning message appears on the desktop page, but does not appear on the Android page.

For reference, AMO uses different URLs depending whether a user navigates to an add-on on desktop or mobile. This is similar to how the URL can contain the local ID you want to view the page in.

Platform URL template
Desktop https://addons.mozilla.org/firefox/addon/<SLUG>
Mobile https://addons.mozilla.org/android/addon/<SLUG>
Auto-detect https://addons.mozilla.org/addon/<SLUG>

In the above URL templates, replace <SLUG> with the short name you set up in AMO for your add-on.

You’re a boss ! I’ve spent so much time on this problem and it was indeed because I add to put /android/ instead of /firefox/

Thank you so much !

Happy to help!

P.S. I’m not normally this fast on replies. You just happened to ask a question right as I was switching tasks :wink: