Targeting apps on an MDM | Community
Skip to main content
TommyDAQ-Bates
Level 6
November 16, 2015
Solved

Targeting apps on an MDM

  • November 16, 2015
  • 2 replies
  • 1267 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by chaikels

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

2 replies

chaikelsAdobe EmployeeAccepted solution
Adobe Employee
November 17, 2015

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

TommyDAQ-Bates
Level 6
November 17, 2015

Thanks Brian! This helps!