cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

Zoom App in development not showing up in client

nathanv
Newcomer
Newcomer

Hi,

I'm having some trouble. I am trying to create a zoom marketplace app, to be used in the zoom client during meetings.

 

Steps I took:

I went to my marketplace.zoom.us, clicked on 'develop' > 'create app'. After completing the steps, it said 'local test ready'. I added it with the button 'Add app now'.

 

I opened the zoom client on my desktop, and made sure I was logged in with the same account. When I clicked on 'Add app now' earlier, it showed a notification n the desktop client. Yet, when I click on 'Apps' and check 'My apps', it is empty.

 

Where is my app?

1 REPLY 1

nathanv
Newcomer
Newcomer

I found it. I'll leave it online, maybe it can help someone else.

What I did wrong was: I only set up a http server, serving nothing, as a test.

What I should've done was using the sample js project as a starting point, and serving that. With the /auth route working, my app now shows up in the desktop client.