View Full Version : creating an .ipa server
limner
Mar 16, 2009, 04:58 AM
hi
i don't know if someone have ever tried to do this, but i'm trying to buld a small repository for my personal use of .ipa files for my iphone.
i've installed apache server on the computer and started, i'm able to see it from safary-iphone, after this i've tried to download an ipa file (That i've put on the server) from my server into my iphone but safari tell me: "download not succesfull - safari can't download this document".
I've tried to rename the .ipa file to .zip and saw that safari successfully started to download...anyone can help me?
Rusalka
Mar 16, 2009, 06:16 AM
Did you install both MiPatch and the safari plug in on your phone?
limner
Mar 16, 2009, 06:17 AM
mmmh, i've already jailbreaked and installed installous...already installet mipatch
maybe this can info can be usefull: i can download .ipa with safari when download from a server like 4shared...but not from my server
dZp
Mar 16, 2009, 06:19 AM
You need to set content-type to "application/octet-stream" in your server settings.
Rusalka
Mar 16, 2009, 06:20 AM
MiPatch, short for mobile installation patch allows non app store .ipa's to be on your phone, safari plug in allows you to download in safari IIRC?
Both found in cydia
limner
Mar 16, 2009, 06:22 AM
i've added AddType application/octet-stream .ipa but it still doesn't work and both plug in are installed onto safari
dZp
Mar 16, 2009, 06:30 AM
Did you restart your Apache server?
Also, where did you add it? In mime.types or in .htaccess ?
limner
Mar 16, 2009, 06:36 AM
yes i've restarted apache.
i've added it in mime.types not in .htaccess
dZp
Mar 16, 2009, 06:40 AM
In mime.types try putting only:
application/octet-stream ipa
limner
Mar 16, 2009, 06:47 AM
ok now it worked perfectly...thanks friends!
dZp
Mar 16, 2009, 06:48 AM
Great! Another satisfied customer! :cool:
Now ditch Installous, and go pay for your apps.
DonBaio
Apr 15, 2009, 08:50 AM
No way to delete my post, so I edit it :
Sorry guys I got it. I've just found the trick. I've made a .htaccess with this command AddType application/octet-stream .ipa
In my first .htaccess I put ipa instead of .ipa, that's why it wasn't working.
Thanks anyway for your help.
--------------------------------
Hi there,
I've got exactly the same problem, Safari is not launching the Installous' plugin on my server.
I've tried to do what was explained but I'm still stuck with this message from Safari "Cannot download this file".
Where am I supposed to put this mime.types file ?
Setting Content-Type and creating .htaccess on the server didn't work.
Thanks for your help,
DonBaio.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.