Replies: 1 comment
-
Moving to discussions as this is not a bug on Capacitor. If the problem was that the app opens but doesn't trigger the App plugin events, then it could be a bug on Capacitor, but if the app is not opening, then it's some problem on the configuration of the deep links. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Capacitor Version
Platform(s)
iOS
Current Behavior
I've implemented Deep linking for iOS using the official Capacitor doc (Android works good)
I've followed all the steps needed:
I've also update my provisioning profile after I've added the new capability.
I've used this tool as documentation says and I have one error:
"Error no apps with domain entitlements". What this error means?
Expected Behavior
Deep linking working well also on ios
Code Reproduction
I don't know which code can be usefull for this problem.
Other Technical Details
npm --version
output: 6.9.0node --version
output: v10.16.0pod --version
output (iOS issues only): 1.10.0Thank you
Beta Was this translation helpful? Give feedback.
All reactions