0

I followed all the instructions regarding Universal Links implementation:

i. Add callback in appDelegate

ii. Enable ‘Associated Domains’ on your app ID

iii. Enable ‘Associated Domain’ on in your Xcode project

iv. Add the proper domain url link

v. Re-generate all provisioning profiles

vi. Add the ‘apple-app-site-association’ file to my website ---> (NOT YET)

But I keep getting this code signing problem:

enter image description here

And after Fix Issue :

enter image description here

All this happens only when I build into a Device, not in the Simulator. Any clues?

6rod9
  • 1,407
  • 12
  • 29
  • Are you certain you're signed into the correct Apple ID in Xcode Preferences? You could also double check [Provisioning Profiles](https://developer.apple.com/account/ios/profile/) and [Certificates](https://developer.apple.com/account/ios/certificate/) – Alex Bauer May 17 '16 at 22:15
  • Cross check all steps with this http://stackoverflow.com/questions/35609667/how-to-support-universal-links-in-ios-app-and-setup-server-for-it – Vineet Choudhary May 18 '16 at 12:29

0 Answers0