Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

Targeting apps on an MDM

Avatar

Level 6

1.) Is there a way to remotely link to an App hosted on an MDM?  In other words, we can link to an app in an app store with a hyperlink. Is there an address or a similar way to link to an app that is hosted on an MDM?

2.) From within an app (article), is there a way to target content within another app (whether local or hosted on an MDM)?

I know we just made great strides in our hyperlinking abilities, but I thought I'd ask.

1 solution acceptée

Avatar

Réponse correcte par
Employee

Hi Tommy,

1) There's no special logic to link to apps in an enterprise app store, but I don't see why it wouldn't work if it's web reachable from the device.

2) If you're asking about linking to content in a DPS app, there's a "Link Reference" option in project settings, which will eventually be used for linking to an app from outside the app, but it's currently not supported. If you're asking about linking to other apps, this is standard OS functionality and I've successfully deep linked to an HTML article on iOS, testing with foursquare: <a href="foursquare://venues/40a55d80f964a52020f31ee3">deep link</a>.

Brian

Voir la solution dans l'envoi d'origine

2 Replies

Avatar

Réponse correcte par
Employee

Hi Tommy,

1) There's no special logic to link to apps in an enterprise app store, but I don't see why it wouldn't work if it's web reachable from the device.

2) If you're asking about linking to content in a DPS app, there's a "Link Reference" option in project settings, which will eventually be used for linking to an app from outside the app, but it's currently not supported. If you're asking about linking to other apps, this is standard OS functionality and I've successfully deep linked to an HTML article on iOS, testing with foursquare: <a href="foursquare://venues/40a55d80f964a52020f31ee3">deep link</a>.

Brian

Avatar

Level 6

Thanks Brian! This helps!