ios - How does the IBM MobileFirst server know if it is in "production" or "sandbox" mode for APNS notifications? -


i'm looking @ mobilefirst platform 7.1 push notification setup instructions, , trying debug issue mfp server seems connected wrong apple backend server (sandbox should production).

to clarify: how mfp server know if in "sandbox" or "production" mode? purely based on of 2 .p12 files (apns-certificate-sandbox.p12 , apns-certificate-production.p12) exist in .wlapp file? happens if both of them present?

i believe based on name of certificate. either ends "sandbox" or "production".


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -