APNS remote push (forwarding) and apns forwarding
/*************************************** * 2 ************************************* ***********/
/*************************************** ** 3 ************************************* ***********/
/*************************************** ** 4 ************************************* ***********/
/*************************************** ************************************* ***********/
/*************************************** ** 6 ************************************* ***********/
/*************************************** ** 7 ************************************* ***********/
/*************************************** * 8 ************************************* ***********/
/*************************************** ** 9 ************************************* ***********/
/*************************************** ** 10 ************************************* ***********/
/*************************************** * 11 ************************************* ***********/
/*************************************** ** 12 ************************************* ***********/
/*************************************** ** 13 ************************************* ***********/
/*************************************** ** 14 ************************************* ***********/
/*************************************** ** 15 ************************************* ***********/
/*************************************** ** 16 ************************************* ***********/
/*************************************** ** 17 ************************************* ***********/
/*************************************** ** 18 ************************************* ***********/
/*************************************** ** 19 ************************************* ***********/
/*************************************** ** 20 ************************************* **********/
/*************************************** ** 21 ************************************* **********/
/*************************************** ** 22 ************************************* **********/
/*************************************** ** 23 ************************************* **********/
/*************************************** ************************************* **********/
Run the real machine to remotely push the dome, and then get the following device
[Objc]View plain copy
-(BOOL) Application :(UIApplication*) Application didfinishlaunchingwitexceptions :(NSDictionary*) LaunchOptions {// register the remote push [application registerForRemoteNotificationTypes: UIRemoteNotificationTypeAlert | uiremotenotiftypetypebadge | uiremotenotiftypetypesound];} // proxy implementation upon registration failure -(Void) Application :(UIApplication*) Application didFailToRegisterForRemoteNotificationsWithError :(NSError*) Error {NSLog (@ "Error: % @", error);} // get a 40-bit token, which must be used during push -(Void) Application :(UIApplication*) Application didRegisterForRemoteNotificationsWithDeviceToken :(NSData*) DeviceToken {NSLog (@ "DeviceToken: % @", deviceToken );}
/*************************************** ** 25 ************************************* **********/
/*************************************** ** 26 ************************************* **********/
/*************************************** ** 26 ************************************* **********/