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
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: