on 2023 Feb 17 11:19 AM
Hi,
I created an MDK app to scan NFC tags, this app works fine and is installed on my iPhone. I also created a Fiori app, where I have a button "Scan NFC" that should launch the native MDK app.
I tried many things, using deeplink, like:
but no luck so far
Anyone who can tell me how I can do this?
regards,
Robbe
Request clarification before answering.
robbewuyts
You need to provide the URL scheme of your MDK client to get it launched from your Fiori app.
If you have branded your client using MDK SDK or Cloud build service, you must have provided UrlScheme in MDKProject.json, so you need to provide the same UrlScheme e.g.
window.open("<UrlScheme>://")
For public store client, it would like: window.open("sapmobilesvcs://")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jitendra! It works now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
86 | |
11 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.