Hi,
I am new to xamarin, how do i download an app from a link(below not from apple store) and install it programatically ?
itms-services://?action=download-manifest&url=https://myappstore.azurewebsites.net/appstore/bins/sampleapp.plist
I could not able to find any helpful links
Answers
You can't. iOS apps can't install apps.
Also, what does this have to do with Xamarin.Forms?
i am writing an app(in house store app) using xamarin.forms. this app should download and install the any of in-house apps from server(not from app store apps)
As I said, an iOS app cannot install an app.
As per my understanding you cant install app in Ios device untill it is not jail break (VNC could be option) however for android you can install programatically but this also need busybox and rooted phone.
@RajaShanmugam:
What you can do (if your app is in the Apple store) is, to provide a link to the store download from a web-page and/or create and paste a QR code image on the web-page, so that the user can scan the code (with a QR scan app on his mobile) with his mobile and also is redirected to the store to download the app (I have done it this way). But your app has to be in the store!
For Android, it should be possible to download the app directly from a web-page (without store)
For WP, I don't know.