I installed app on device on vmware-mac. The program runs successfully.

When I installed app on real Mac Machine, didFailToRegisterForRemoteNotificationWithError occurs.

What's the problem?

I used right provisioning profile and keychain.

Thanks in advance.

link|improve this question

55% accept rate
NSLog the error that is provided in the didFailToRegisterForRemoteNotificationWithError: method. – Mike Weller Sep 19 '11 at 11:37
feedback

1 Answer

It may be because of various reason (Error code - 404,500 etc) , can you put some log in that function

NSLog(@"error description %@",[error description]);

It will give you exact error which you can google , or let me know if you need any further help on this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.