Reputation: 3211
since my old MacBook crashed and not able to revive, I have gotten a new macbook and load my project from SVN.
Because of this I faced problem with the code signing. So I deleted all my cert and provision profile from Apple developer and regenerated new set. I have successfully archive the app now.
Problem is the push notification is not working already. Even I have replaced re generated p12 on my server. My old app, ad hoc new app all don't receive message anymore.
Anybody can advise me where to check? Thanks.
Upvotes: 0
Views: 189
Reputation: 3211
Thanks Siva for the suggestions, those are all valid checking. However I have done all these but still to no avail.
After dive deep into the code and Google around, finally found the culprit. It is due to Apple no longer support SSL and using TLS now. Have to update code in Push Sharp.
These are 2 related links:
1) https://github.com/Redth/PushSharp/pull/369/files
2) https://github.com/Redth/PushSharp/issues/424
Upvotes: 1