Ads

Thursday, 20 December 2018

Integration of .p8 file in your project


Hi Guys, today I am going to tell what is .p8 file and why should we migrate from .p12 to .p8 file.

What is .p8 file:

Before we used .p12 file for push notification, which have messy setup process. So Apple came up with .p8 file which is hassle free setup.

Why do we using .p8 file:

Using .p8, the connection created will be token based connection but when using .p12, the connection establishment will be SSL certificate based connection.

You might think what makes the difference?

Yes, there is difference. If we are going by token based connection, the communication is faster than the certificate, because APNs need not to validate the certificate or searching for the provider server or any other information. 

It means, token based connection is much faster than Certificate based communication.



No comments:

Post a Comment

SOLID Principles

SOLID principles are the basic essential thing to know for every developer before he/she starts coding in any IDE. Here is the full form S ...