How can my Thunkable app call another app?

I would like to create a menu type app that calls other apps. The called app may be a regular app on the smartphone like the Calculator, Clock etc. or it may be an app built by Thunkable.

1 Like

If you mean that you want a Thunkable app to open another app on a phone, I don’t believe that’s possible. It can open websites but not apps.

1 Like

You can make use of the Dynamic Links of Firebase to open your app.

Another way is to use URI generators such as https://www.appsflyer.com/

Do those only work for apps you’ve created or would they work for 3rd party and system apps?

1 Like

Yes, I want to open the other app.

You mean something like this flow?
[App1] > [Firebase] > [App2]

Thanks

1 Like

I found the Deep Linking with the Open Link block by Thunkable. But it seems that you can’t open another Thunkable app using this. Any updates on this topic? Thank you.

1 Like

See this video which explains how to implement Dynamic (Deep) Link in Firebase.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.