Firstly, I want to thank you very much for creating the plugin for phonegap so we can use it for our project. It works great on ios 4.
We have a very big project is going on.
However, When we use your example to build and run on a ios 3 device, After clicking Register Push Notification button, the app just freeze at the status line:
Registering ...
The last thing on the console is:
Tue Sep 20 15:39:07 unknown UAPhoneGap[264] Warning: Device initialization: DeviceInfo = {"gap":"1.0.0","version":"3.1.3","uuid":"87448fff492a76a4cb6651a74dca335e2649cf64","name":"Husain Rashid\M-b\M^@\M^Ys iPod","platform":"iPod touch","connection":{"type":"wifi"}};
Tue Sep 20 15:39:07 unknown UAPhoneGap[264] Warning: PhoneGapDelegate::shouldStartLoadWithRequest: Received Unhandled URL about:blank
I dont have any clue.
Did anyone can run the phonegap example successfully or face the same issue as mine? ios4 was fine...
Firstly, I want to thank you very much for creating the plugin for phonegap so we can use it for our project. It works great on ios 4.
We have a very big project is going on.
However, When we use your example to build and run on a ios 3 device, After clicking Register Push Notification button, the app just freeze at the status line: Registering ...
The last thing on the console is: Tue Sep 20 15:39:07 unknown UAPhoneGap[264] Warning: Device initialization: DeviceInfo = {"gap":"1.0.0","version":"3.1.3","uuid":"87448fff492a76a4cb6651a74dca335e2649cf64","name":"Husain Rashid\M-b\M^@\M^Ys iPod","platform":"iPod touch","connection":{"type":"wifi"}}; Tue Sep 20 15:39:07 unknown UAPhoneGap[264] Warning: PhoneGapDelegate::shouldStartLoadWithRequest: Received Unhandled URL about:blank
I dont have any clue.
Did anyone can run the phonegap example successfully or face the same issue as mine? ios4 was fine...
Thanks a lot for your help in advance.
Tony