在ASP.Net网站上托管iPhone App

问题描述:

Hello Expert,

我有一个苹果iphone应用程序.我想将其托管在我的asp.net Web服务器上.
我对android应用做了同样的操作,但对iPhone应用却做不到.

有没有办法做到这一点.由于我是iPhone应用程序开发的新手,因此有人可以给我一些提示.那将是可观的..

谢谢您,

Hello Expert,

I have an apple iphone app with me. I want to host it on my asp.net web server.
I did the same with android app but failed to do the same for iPhone app.

Is there any way to do it. Since I am new to iPhone app development, if Someone can give me some hints. then that will be appreciable..

Thanks n Regards,

要在手机上放置应用,您可以选择几种方法.

1.将其放在商店中(您已经说过不需要)
2.将您的应用程序放入 Cydia [ Kendo UI [ ^ ]
4.获得制造该应用程序的公司的企业许可证,然后他们可以将其安装在商店外部的计算机上.这可能涉及实际获取安装在其上的每个设备的设备ID.
5.为应用程序提供一个配置文件,其中包含您可以输入帐户的所有可能的100个设备ID,然后他们可以下载该配置文件和该应用程序,并通过iTunes进行安装.

对于iPhone应用程序,这些确实是您的选择.我建议为该应用程序获取html5(如果它是用它编写的),然后将其发布为人们可以在其屏幕上锚定的网站.
To put an app on your phone you have a few options.

1. Put it in the store (you have already said that you don''t want that)
2. Put your app into Cydia[^] (but this only works for jailbroken phones)
3. Make a mobile website app that people can just run from their browser and then add to their app screen. (This is not taking an existing one but redonig it as html5) A sample of this is here Kendo UI[^]
4. Have an enterprise license for the company that makes that app and then they can install it on machines outside the store. This might involve actually getting the device id for each device it is installed on.
5. Have a provisioning profile for the app with all of the possible 100 device ids that you can enter into your account and then they can download the provisioning profile and the app and install them both with iTunes.

These are really your options for an iPhone app. I would recommend getting the html5 for the app (if it was written with that) and post those as a website that people can anchor to their screen.