프로그래밍 공부/Android \ App \ Kotlin

Ad hoc, in house 란?

알 수 없는 사용자 2020. 2. 27. 16:57

https://stackoverflow.com/questions/14858266/what-is-the-difference-between-in-house-versus-ad-hoc-distribution-for-enterpris

 

What is the difference between In House versus Ad Hoc distribution for Enterprise apps?

I have an Apple iOS Enterprise account and am creating a distribution provisioning profile, and was surprised to see that I had to choose a distribution method of either In House or Ad Hoc. This

stackoverflow.com

 

 

 

-질문

 

I have an Apple iOS Enterprise account and am creating a distribution provisioning profile,

and was surprised to see that I had to choose a distribution method of either In House or Ad Hoc.

 

제가 Apple IOS 엔터프라이즈 계정을 가지고

distribution provisioning profile을 생성하려고 하는데

배포하는 방식을 In House와 Ad hoc 중 골라야한다고 해서 놀랐습니다.

 

 

This confused me

- if I was creating a distribution profile for a non enterprise account

then the choices here would be Ad Hoc or App store,

this makes sense as there are different profiles for testing and for releasing.

 

이게 좀 헷갈립니다.

만약 제가 non 엔터프라이즈 계정 대상으로 distribution profile을 만들었다면

테스팅 용도와 배포 용으로 다른 점이 있으니

선택지는 Ad Hoc나 App store 였을겁니다.

 

 

 

But this is for an enterprise account and I don't understand

what the difference is between In House or Ad Hoc distribution methods for an Enterprise app.

 

하지만 지금은 엔터프라이즈 계정이고 

엔터프라이즈 앱에서

In House와 Ad Hoc 배포 방식의 다른 점이 뭔지 이해가 안갑니다.

 

 

 

-답변

 

Ad-Hoc releases have to be provisioned to specific devices. 
Your account allows you to register up to 100 devices.

 

Ad-hoc 배포는 특정 디바이스에게만 주도록 규정되어져 있습니다.

그리고 계정당 100개의 기기에게 등록을 줄 수 있습니다.

 

 


In-House is for distribution to any company device.

 

In House 배포의 경우에는 어떤 기기에나 가능합니다.

 

 


So in most cases In-House can serve all your needs. 
But in the event that you wanted someone who was not part of your company to test something 

or you wanted to restrict distribution to specific devices 
you could use the ad-hoc provisioning.

 

그래서 대부분의 경우 In House 배포가 대부분의 상황에서 쓰입니다.

하지만 특정기기에서 제한된 베포를 하고싶거나 회사 사람이 아닌 타인에게 테스트 용도로 배포하게 될 시 

Ad-hoc 배포를 사용할 수 있습니다. 

 

 

 

 

 

 

https://stackoverflow.com/questions/12689073/ios-what-are-distribution-provisioning-profiles-used-for

 

iOS: What are DISTRIBUTION provisioning profiles used for?

This might have been asked lots of times, but still I couldn't find info on why are they needed. I use DEVELOPER prov profiles to test apps on my device, that makes sense. The Provisioning Portal

stackoverflow.com

-distribution profile이란

App store에서 배포할 때 필요하다. 보안관련

타인이 자신의 앱을 함부로 수정하지 못하게 막아주는 기술

 

 

 

- 결론

-Ad-Hoc

개발자용

등록된 기기만 베포받기 가능

 

-In House

= Enterprising

모든 기기에서 받을수 있음

 

 

https://www.applivery.com/docs/faq/enterprise-vs-adhoc/

 

Enterprise (In-house) vs ad-hoc

Enterprise (In-house) vs ad-hoc

www.applivery.com

위 사이트에서 간단하게 확인할 수 있다.