0

Which kind of APNS certificate should we use for In-House App Distribution?
Sandbox or production certificate?
And is there an official documentation for that?

sazz
  • 3,193
  • 3
  • 23
  • 33
  • It has to be a production one since you sign an app with the production certificate not a development one. – RomanN May 29 '15 at 08:11

1 Answers1

2

Production, I've build many InHouse apps and production works. The sandbox only works with development builds.

I understand the confusing the Apple documentation states:

Apple Push Notification service (APNs) is available only to apps distributed through the iOS App Store or Mac App Store. Your app must be provisioned and code signed to use app services. If you are a company, most of these configuration steps can be performed only by a team agent or admin.

But the production is the one you should use for any app supplied to users. Thus also the AdHoc version.

Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
rckoenes
  • 69,092
  • 8
  • 134
  • 166