I am using a webview in my app and I want to include a link on my website that goes to the iTunes Store/AppStore for my other apps that I've developed.
When I touch the link in the webview that is on my site, it does not exit the app and go to the linked app in the AppStore.
Any way to do this with a webView instead of exiting the app first to safari, THEN going to the AppStore?
If you're using the iPhone Simulator, it won't work because there is no App Store/iTunes Store on the simulator. You will have to build the application to your device to test it out. From what I know, it should open iTunes/App Store when you click the link on the device.
If you're using the iPhone Simulator, it won't work because there is no App Store/iTunes Store on the simulator. You will have to build the application to your device to test it out. From what I know, it should open iTunes/App Store when you click the link on the device.
Not using the simulator. I never test on that thing.
Hi:
You need to check how the device is reading the link. Sometimes webViews do not read them properly and you need to process the link first before sending the request to open the new web page.
Joseph
Hi:
You need to check how the device is reading the link. Sometimes webViews do not read them properly and you need to process the link first before sending the request to open the new web page.
Joseph
Ok - sorry for being slow...how would I go about doing so?