0

I have a simple Google Workspace add-on that I'm building for myself to use with Google Sheets.

It works on desktop. But if open the Sheets app on my Android phone I can't access it.

My question: how I start/access/install the test deployment version of my app on mobile? Do I need to publish it to be able to access it on my phone?

TheMaster
  • 45,448
  • 6
  • 62
  • 85
Kohányi Róbert
  • 9,791
  • 4
  • 52
  • 81

1 Answers1

2

There's no add-on that currently works with the mobile Google sheets app.

However, some script functionalities work: Executing Google Apps Script Functions from Mobile App

TheMaster
  • 45,448
  • 6
  • 62
  • 85
  • Shoot, I was under the impression that this does work. Only seem to work with Gmail based on what the official docs say: **Extend desktop and mobile clients for Gmail: If a Google Workspace Add-on extends Gmail, you can use it in both the desktop and mobile versions of Gmail. If you build a Google Workspace Add-on that extends Gmail, you don't need to design a separate mobile version of the add-on. The same interface is used everywhere.** – Kohányi Róbert May 28 '23 at 17:24
  • 1
    @KohányiRóbert Yeah... The official docs seems to be purposely misleading. That quote was actually added later, somewhere inconspicuous in the documentation, after backlash. – TheMaster May 28 '23 at 20:49
  • 1
    Yeah, talk about a pseudo-cross-platform UI library. It would be freakin' awesome if this Card business would be truly cross-platform. – Kohányi Róbert May 29 '23 at 10:15