microsoftconnect / intune-app-wrapping-tool-ios

This is the software for the Intune App Wrapping Tool for iOS.
55 stars 12 forks source link

Do we need enterprise account to rollout LOB iOS app? #56

Closed ankitpoplify closed 3 years ago

ankitpoplify commented 3 years ago

Describe the bug: Hello, we wrapped lob iOS app for some users using intunes sdk. But when user are trying to install the app they are getting app could not be installed because it's integrity not verified. I want to ask do we need users UUID registered to profile to make app install on their devices or intunes manage this itself? We are using apple developer account not enterprise account.

Smartphone (please complete the following information):

Kyle-Reis commented 3 years ago

Hi @ankitpoplify, when using development cert/profile to sign the app, the app can only be installed on specific devices listed in the provisioning profile. Intune does not manage this. To install the app on any device, it needs to either be enterprise or release signed.

ankitpoplify commented 3 years ago

On Fri, 26 Mar 2021 at 10:38 PM, Kyle Reis @.***> wrote:

Hi @ankitpoplify https://github.com/ankitpoplify, when using development cert/profile to sign the app, the app can only be installed on specific devices listed in the provisioning profile. Intune does not manage this. To install the app on any device, it needs to either be enterprise or release signed.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/msintuneappsdk/intune-app-wrapping-tool-ios/issues/56#issuecomment-808377931, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEEIBBBWYQXHVOXPEY5SOE3TFS5PZANCNFSM4Z2YAWYQ .

Thanks for the reply sir. One more thing what do you mean by release signed app? Is it making app available on app store? Actually, our app is not available on app store, so how can we distribute app to our users without making it available on app store? Do we need to take enterprise membership?-- -- ​

Regards

Ankit Singh | Tech Associate

Poplify Limited WeWork, 41 Corsham St., London, UK

E @.*** | W http://www.poplify.com

--

Help Save Earth. Please do not print this email unless absolutely necessary. 

This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by return e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. While Poplify has taken every reasonable precaution to minimize this risk of virus transmission over its network, it is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus scan before opening the e-mail or attachments. Poplify reserves the right to monitor, review and store the content of all messages sent to or from this e-mail address.

Kyle-Reis commented 3 years ago

Hi @ankitpoplify general-distribution (release) signed apps can only be distributed via official Apple channels - App Store and TestFlight (for preview builds). To distribute via other channels (like Intune Company Portal), the app should be enterprise signed. In that scenario, users need to explicitly trust the organization in the iOS settings before they are allowed to use any of its applications.

ankitpoplify commented 3 years ago

Ok, thanks for the clarification. Have a great weekend.

On Fri, 26 Mar 2021 at 10:50 PM, Kyle Reis @.***> wrote:

Hi @ankitpoplify https://github.com/ankitpoplify general-distribution (release) signed apps can only be distributed via official Apple channels - App Store and TestFlight (for preview builds). To distribute via other channels (like Intune Company Portal), the app should be enterprise signed. In that scenario, users need to explicitly trust the organization in the iOS settings before they are allowed to use any of its applications.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/msintuneappsdk/intune-app-wrapping-tool-ios/issues/56#issuecomment-808391147, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEEIBBHYFNJBKRXQFRK3BN3TFS67XANCNFSM4Z2YAWYQ .

-- -- ​

Regards

Ankit Singh | Tech Associate

Poplify Limited WeWork, 41 Corsham St., London, UK

E @.*** | W http://www.poplify.com

--

Help Save Earth. Please do not print this email unless absolutely necessary. 

This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by return e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. While Poplify has taken every reasonable precaution to minimize this risk of virus transmission over its network, it is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus scan before opening the e-mail or attachments. Poplify reserves the right to monitor, review and store the content of all messages sent to or from this e-mail address.

Kyle-Reis commented 3 years ago

No problem! You as well :)