# Can i open kintone app from another app

**URL:** https://forum.kintone.dev/t/can-i-open-kintone-app-from-another-app/1030
**Category:** General
**Created:** [June 19, 2024, 7:23am UTC](https://forum.kintone.dev/t/can-i-open-kintone-app-from-another-app/1030 "2024-06-19T07:23:33Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![diep](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/diep/32/631_2.png) [@diep](https://forum.kintone.dev/u/diep)
#### Post date: [June 19, 2024, 7:23am UTC](https://forum.kintone.dev/t/can-i-open-kintone-app-from-another-app/1030/1 "2024-06-19T07:23:33Z")

</div>

i want to open kintone app from my app. As i know it is possible if i know url scheme kintone app right? but i cant find it anywhere.

---

<div class="post-metadata">

### Author: ![Chris](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/chris/32/44_2.png) [@Chris](https://forum.kintone.dev/u/Chris)
#### Post date: [June 19, 2024, 4:01pm UTC](https://forum.kintone.dev/t/can-i-open-kintone-app-from-another-app/1030/2 "2024-06-19T16:01:13Z")

</div>

Hello @diep  
Welcome to the community!

Kintone apps are accessible via specific URLs, each uniquely identified by its subdomain and app ID. To access a particular Kintone app, it's essential to construct the URL correctly.

The URL structure for accessing a Kintone app is typically as follows:

```javascript
https://<subdomain>.kintone.com/k/<appId>/

```

Where:  
`<subdomain>`: Your Kintone subdomain.  
`<appId>`: The ID of the Kintone app you wish to open.

For example, if your Kintone subdomain is "example" and your app ID is 123, the URL would appear as:

```javascript
https://example.kintone.com/k/123/

```

You can find the app ID by checking the URL when you navigate to the designated app, or by accessing [your App Management page](https://get.kintone.help/k/en/admin/app_admin/confirm_app_list.html).

And if your goal is to seamlessly navigate between apps, the easiest way is to post the URL in each [app's description](https://get.kintone.help/k/en/id/040475.html).

---

<div class="post-metadata">

### Author: ![diep](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/diep/32/631_2.png) [@diep](https://forum.kintone.dev/u/diep)
#### Post date: [June 20, 2024, 8:22am UTC](https://forum.kintone.dev/t/can-i-open-kintone-app-from-another-app/1030/3 "2024-06-20T08:22:21Z")

</div>

thanks @Chris

I tried, but it seems like it's not right for my case. To give you more details, I developing an iOS app that just opens the Kintone app (installed from the App Store) from it. After searching, I understand that I need a deep link like "app://launch", but I can't find it in the App Store or in the app's documentation. For Android, I have already opened it via the link "market://launch?id=com.cybozu.kintone.mobile"

---

<div class="post-metadata">

### Author: ![Chris](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/chris/32/44_2.png) [@Chris](https://forum.kintone.dev/u/Chris)
#### Post date: [June 20, 2024, 4:01pm UTC](https://forum.kintone.dev/t/can-i-open-kintone-app-from-another-app/1030/4 "2024-06-20T16:01:06Z")

</div>

Hello @diep  
Oh, I see what you meant now!  
I don't have experience with app development, so I'm not sure if I can be of help. However, I remember this feature, specifically for iOS, was implemented in [one of the past Kintone updates](https://blog.kintone.com/company-news/december-2022-product-update#mobile-updates), but I'm assuming you already tried it, and it's still not working, correct?

---

<div class="post-metadata">

### Author: ![diep](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/diep/32/631_2.png) [@diep](https://forum.kintone.dev/u/diep)
#### Post date: [June 21, 2024, 4:28am UTC](https://forum.kintone.dev/t/can-i-open-kintone-app-from-another-app/1030/5 "2024-06-21T04:28:35Z")

</div>

Yes @Chris.  
That feature sounds ok, but it only works if I'm already logged into the app. What I really need is a way to open Kintone without having to sign in . Basically, I only install Kintone and then just forget about it. Then, I should be able to launch Kintone from my app(may with a button), and then input subdomain ....

---

<div class="post-metadata">

### Author: ![Jesslyn](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/jesslyn/32/510_2.png) [@Jesslyn](https://forum.kintone.dev/u/Jesslyn)
#### Post date: [June 28, 2024, 5:01am UTC](https://forum.kintone.dev/t/can-i-open-kintone-app-from-another-app/1030/6 "2024-06-28T05:01:22Z")

</div>

Hi @diep

Currently, there is no deep link URL for iOS.  
You can do something similar with the Android movement by using the app store URL:  
`https://apps.apple.com/en/app/kintone/id674312865`  
This will open Kintone in the app store. If the user has Kintone installed but is not logged in, they can click open and then proceed to log in.

I hope this helps!
