For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 2 voices, and was last updated 14 years ago by
support-michael.
-
AuthorPosts
-
trajaMemberI developed a simple App to test if it works in all the iphones. I can install the App successfully in my (4G) iphone (Which UDID linked to Provisioning profile).
But I can not install the App in other iphones (3G) and iPad2. I’m getting the error “Unable to Download”. Please advise. Thanks
The installation URL is: http://goo.gl/yx24F
Raja
March 6, 2012 at 4:54 am #324005
support-michaelKeymaster>But I can not install the App in other iphones (3G) and iPad2. I’m getting the error “Unable to Download”. Please advise.
This is mostly likely due to your provision profile does not include the UDID’s for these devices. For ad hoc distribution every device you wish to install the app on must be defined in the provision profile used when building the app.
March 6, 2012 at 7:29 am #324013
trajaMemberWayne,
Thanks for your reply.
This is mostly likely due to your provision profile does not include the UDID’s for these devices. For ad hoc distribution every device you wish to install the app on must be defined in the provision profile used when building the app.
We are developing the corporate app and don’t want to publish the app in iTunes, how can I deploy the App in other iPhones/iPad? When I purchased the Genitec/Mobione software I was told, we can deploy it in other iPhones/iPad without iTunes. Please advise.
Thanks
RajaMarch 6, 2012 at 8:30 am #324016
support-michaelKeymasterMethod-1: You can deploy your project as a mobile webapp that the user can save to the home screen.
Method-2: if your app is distributed only to your employees see this discussion
http://www.genuitec.com/support-genuitec/viewtopic.php?f=19&t=2574&p=6028#p6028March 6, 2012 at 9:08 am #324017
trajaMemberMethod-2: if your app is distributed only to your employees see this discussion
http://www.genuitec.com/support-genuitec/viewtopic.php?f=19&t=2574&p=6028#p6028What if I want to distribute the app to my customers (app will be customized for each customers). Of courses I don’t want publish this in App store. Whats the best way to do with method 2.
TR
March 6, 2012 at 9:27 am #324018
support-michaelKeymasterThe ios enterprise developer membership restricts you to deploying private apps only to your company’s employees. Your remaining choices are either to go with an app store solution or a mobile webapp. Mobile webapp is the easiest but it is not a native installation experience that many developers expect. If webapp is a nogo then use the app store but design the app such that its key functionality is open only to your customers. One idea is to providing your customers a password or key to enter which unlocks the primary functionality…
Note we are develop android platform support now. I understand that android app deployment has none of this apple restrictiveness.
-
AuthorPosts
