cancel
Showing results for 
Search instead for 
Did you mean: 

Launch Agentry/Work manager(iOS) by URL identifier

Former Member
0 Kudos

Hi,

Any chances that we can launch Agentry/Work manager app on iOS by URL identifier like Agentry://

just like googlemaps:// will lauch google map app.

Thanks.

Kevin Hu

Accepted Solutions (1)

Accepted Solutions (1)

former_member208808
Active Participant
0 Kudos

Hi Kevin,

we can launch an application when we have created a custom URL scheme for that application.

If you are working on SMP 3.0 and having Agentry client code for customizing you can create your own custom URL scheme for your application by using iPhon/iOS sdk.

There you can specify what url scheme you want for agentry client application like

URL types

  URL Schemes          Agentry

  URL Identifier           com.***.AgentryClient (your customized Agentry client)

then you can launch it by Agentry:// scheme url.

Hope this helps,

Regards,

AK

Former Member
0 Kudos

So there is no build-in url scheme in the app that I downloaded from apple store, am I right?

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Kevin,

Correct.  The default Agentry client does not support and URL schemes.  It may be possible to add this though the use of the Agentry Framework but it would take additional investigation / testing.

--Bill

0 Kudos

AK

Could you share where these changes are to be made, i am using the Agentry SDK for building agentry Pre build client and use xcode to create that.

We are looking to invoke agentry app from Fiori client.

Any suggestions.

Answers (0)