热卖商品
新闻详情
ios – CTTelephonyCenterAddObserver不通知接收短信 - 程序园
来自 : www.voidcn.com/article/p-oqxpe
发布时间:2021-03-25
我有一个应用程序,我想收到短信时作出反应;直到iOS 7,这通过注册到CTTelephonyCenter这样工作:
2019年3月6日您需要在第四个参数中指定通知名称: id center = CTTelephonyCenterGetDefault(); CTTelephonyCenterAddObserver(center, NULL, callback, CFSTR("kCT...ios,cttelephonycenteraddobserver,通知,接收,短信我有一个应用程序,我想收到短信时作出反应;直到iOS 7,这通过注册到CTTelephonyCenter这样工作: id center = CTTelephonyCenterGetDefault(); CTTelephonyCenterAddObserver(center, NULL,ios – CTTelephonyCenterAddObserver不通知接收短信
id center = CTTelephonyCenterGetDefault(); CTTelephonyCenterAddObserver(center, NULL, callback, NULL, NULL, CFNotificationSuspensionBehaviorHold);
并在回调检查kCTMessageReceivedNotification.这在iOS 8中不再起作用,因为我收到的通知类型远少于iOS 7,并且没有与消息接收有关.
我认为这是关于一项新的权利,但如果是这样的话,还无法确定,以及所需的权利是多少.有人知道如何解决这个问题吗?
2019年3月6日您需要在第四个参数中指定通知名称: id center = CTTelephonyCenterGetDefault(); CTTelephonyCenterAddObserver(center, NULL, callback, CFSTR("kCT...ios,cttelephonycenteraddobserver,通知,接收,短信我有一个应用程序,我想收到短信时作出反应;直到iOS 7,这通过注册到CTTelephonyCenter这样工作: id center = CTTelephonyCenterGetDefault(); CTTelephonyCenterAddObserver(center, NULL,ios – CTTelephonyCenterAddObserver不通知接收短信
本文链接: http://ctcenter.immuno-online.com/view-737318.html
发布于 : 2021-03-25
阅读(0)
最新动态
2021-03-25
2021-03-25
2021-03-25
2021-03-25
2021-03-25
2021-03-25
2021-03-25
2021-03-25
2021-03-25
2021-03-25
2021-03-25
2021-03-25
联络我们