The same as usual with the use of homing pigeon push, but this time did not respond. After viewing the log discovery did receive a push-over message, with one such line:
W/DALVIKVM (23255): vfy:unable To resolve virtual method 1345:landroid/support/v4/app/notificationcompat$builder;. Build () Landroid/app/notification;
It seems that the C call to the Android construction notification of those functions are not called, causing the notification to not display properly. It seems that the problem is android-support-v4.jar the file.
Unlike previous projects, this project cites the Slidingmenu,slidingmenu and uses the Actionbarsherlock. When you copy a file in the Libs folder in the Carrier Pigeon SDK, the jar mismatch is caused by Android-support-v4.jar conflict with the Android-support-v4.jar in the project Slidingmenu. I cut off the one in the libs of the carrier pigeon. So try to replace the Slidingmenu's Android-support-v4.jar with the latest one, which is the problem.
Android use carrier pigeon push notification bar does not show push notifications?