Is it possible to get application's bundle id from p12/pem file for APNS?
I have a system where user can upload his push certificate (p12 or pem) and would be great to show him an info about bundle id so user will be able to check what he uploaded
Is it possible to get application's bundle id from p12/pem file for APNS?
I have a system where user can upload his push certificate (p12 or pem) and would be great to show him an info about bundle id so user will be able to check what he uploaded
I'm not sure whether it's 100% helpful but you can use command line tool from openssl library in the following manner
this will produce the output you can parse
where com.mybundle.domain is what you're looking for.