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.