iphone - How to ask customer to apply for APNS push certification (no MDM capability) -


i followed instruction generate development apns certificate , able send push notification iphone. our application deployed on premise in customer environment, looking instruction should give customer generate apns production certificate. based on search @ point, mdm apns certificate generation , here apple mdm web site:

1.contact mdm vendor request signed certificate signing request (csr). vendor sign csr , deliver you.

2.once have signed csr vendor, visit identity.apple.com/pushcert , sign in verified apple id.

3.click "create certificate” , agree terms of use.

4.select signed csr , click upload. after moment, certificate available download.

5.this certificate can uploaded mdm server use apple push notification service.

however don't want mdm vendor, want send push notification server application our ios app used customer.

so have other choices? or should package our production certificate our solution deploy in customer env? somehow didn't find information on internet case.

since no 1 answering, answering myself.

based on link multiple servers connecting apns same ssl certificate, need distribute our production apns certificate customer. guess need update production certificate on customer site when expire. way, possible have different production apns certificates different customer see link, guess challenge how manage certificates when there lot.

it highly welcome comments if have experience in area.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -