I have an annoying problem since a month ago. Let me introduce the problem. Several weeks ago i got 2 similar projects, and each of them would be implementing push notification. Say the app's name were AB and DC. So i tried to find out some articles about push notification, and i found http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1. At the first time i was implementing the Push Notification on the AB project, and it was going well, it was well done at the first-try. Then i did the same things, I did couple of steps for DC project. And it didn't work (DC Project). I had just copied the same code i've used in AB to the DC project, and it didn't work (DC Project). The codes were similar. As before I thought that i missed any single code, so i used the AB certificate in DC project, and it worked but the notification was sent for AB project, then i thought the DC code was correctly written. Does anyone of you know what has been going wrong ?
FYI :
For AB Project (worked) - I was using Development Cert
System and Tools - XCODE 5 - For Push Agent I was using C# (MoonAPNS)
I think i have the similar problem with this thread Stuck creating p12 file for MoonAPNS but the referred thread hasn't been answered yet.
Thanks in advance .