I'm using adjust.com SDK and their attribution delegate and configured the tracker URL, my app is live on AppStore.
What I'm trying to do is, I want to open my app installed on phone built with development/adhoc provisioning profile. So when I open tracker url on phone, it redirect me to Appstore and say "Open" the app or direct open the app due to url scheme configured in app. So I want this in development/testing.
For now after redirection, it says me to download the live version but I want to test tracker url thing before uploading actual app to appstore.
What I'm thinking may be not possible but I was thinking something like is it possible to add something in code that my development app behave like a live IPA?
Sorry, if you found a long question but I try to explain it. :) Thanks.