首頁 > php教程 > php手册 > ios推送服务,php服务端

ios推送服务,php服务端

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
發布: 2016-06-06 19:40:37
原創
1037 人瀏覽過

NSString* nsalert = [[userInfo objectForKey:@aps] objectForKey:@alert]; if(nsalert [nsalert length] 0) { UIAlertView *pAlert = [[UIAlertView alloc] initWithTitle:@消息提示 message:nsalert delegate:self cancelButtonTitle:@详细 otherButtonTi

NSString* nsalert = [[userInfo objectForKey:@"aps"] objectForKey:@"alert"];

if(nsalert && [nsalert length] > 0)

{

        UIAlertView *pAlert = [[UIAlertView alloc] initWithTitle:@"消息提示"

                                                         message:nsalert

                                                        delegate:self

                                               cancelButtonTitle:@"详细"

                                               otherButtonTitles:@"关闭", nil];

        [pAlert show];

        [pAlert release];

}

CFShow([userInfo description]);

//接收到push  打开程序以后设置badge的值

NSString *badgeStr = [[userInfo objectForKey:@"aps"] objectForKey:@"badge"];

if (badgeStr != nil)

[UIApplication sharedApplication].applicationIconBadgeNumber = [badgeStr intValue];

//接收到push  打开程序以后会震动

AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
javascript - iOS weex Storage問題
來自於 1970-01-01 08:00:00
0
0
0
javascript - ios下獲取焦點失敗
來自於 1970-01-01 08:00:00
0
0
0
objective-c - iOS 10 編譯器報錯
來自於 1970-01-01 08:00:00
0
0
0
objective-c - iOS影片編解碼不太會?
來自於 1970-01-01 08:00:00
0
0
0
熱門推薦
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板