I'm running into problems getting Branch to work for deep linking. My thought is it's because of the app prefix.
I go to the developer portal and create a new app id:
Then I create a new provisioning profile using that app id:
When I go to set my prov profile and dev cert the prefix do not match:
So I'm guessing that the app is being compiled with a different prefix than what's in the provisioning profile. So when I try to deep link from Branch, it's not finding the app.
I've tried creating new certificates, new provisioning profiles, new app id's. Nothing fixes this. Any ideas?