简体   繁体   中英

XING - how to deep link both on Android on iOS?

How to deep link to specific profile in XING app both on Android and iOS?

On iOS I have figured out that I can open XING app using this code:

UIApplication.shared.open(URL(string: "xing://"), options: [:], completionHandler: nil)

But how can I open specific profile?

I would like also to know to do that on Android.

I will be very glad for any help.

On iOS the app scheme has to be either xing://profiles/[username] or xing://profiles/[userId] . I can imagine that it's similar on Android.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM