iOS Question How can i install a spa file in a test devices

shugeyi

Member
Licensed User
Longtime User
Hi everyone!
i create an app for my comany, we use this only by our staff.
so we don't want to upload our app to App Store, and 100 specific devices is enough.
now we want our app can auto update
we have put new ipa on our service ,and our app can check version and download ipa file
but how can i run the ipa file to install (note: the ipa file have include the provisioning profile)
just like the b4i-bridge download ipa file from local host and install the ipa file

i write code this:

Dim di As DocumentInteraction
di.Initialize("di",File.DirDocuments,"tmp.ipa")
di.OpenFile(m_Page.RootPanel)

but failed,

who can help me ,thanks

sorry ,the title ipa file i write error to spa file, i cann't find how to change it
 
Last edited:

shugeyi

Member
Licensed User
Longtime User
Erel :
first time i install the app i have to use the b4i-bridge,
but can you tell me after first time ,the app download the new version ipa file,how can the app run and install the ipa file ?

thanks
 
Upvote 0
Top