0

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.

luk2302
  • 55,258
  • 23
  • 97
  • 137
Mikołaj Waśniewski
  • 1,298
  • 14
  • 16

1 Answers1

0

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.

Emanuel Kluge
  • 705
  • 5
  • 10