Reputation: 1875
I'm trying to prototype the integration between a Smart App Banner and an iOS app. Is it possible for a Smart App Banner to launch an iOS app that was installed from Xcode instead of the App Store (on either a device or in the simulator)?
Thank you.
Upvotes: 6
Views: 1133
Reputation: 1804
The following worked for me:
The only hard part is to get an iOS 6 device.
Upvotes: 0
Reputation: 1875
This isn't possible. Only App Store apps can be launched by a Smart App Banner.
Upvotes: 2
Reputation: 3940
To the best of my knowledge, not for an app that has no listing on the App Store.
The smart app banner 'code' requires the app id from the App Store, which is not available from an app just installed from Xcode.
If the app is an update to an existing app that you've installed via Xcode, then as long as it's available on the iTunes store it will launch the app as far as I am aware.
Upvotes: 0