bundleIdentifier!= nil通过UNUserNotificationCenter.current()请求iOS10通知授权.requestAuthorization

bundleIdentifier!= nil通过UNUserNotificationCenter.current()请求iOS10通知授权.requestAuthorization,第1张

概述我正在崩溃说我的捆绑ID是零 2016-08-31 10:39:11.630 WeatherHop[52533:17767791] * Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘Invalid parameter not satisfying: bundleIdent 我正在崩溃说我的捆绑ID是零

2016-08-31 10:39:11.630 WeatherHop[52533:17767791] * Terminating app due to uncaught exception ‘NSInternalinconsistencyException’,reason: ‘InvalID parameter not satisfying: bundleIDentifIEr != nil’
* First throw call stack:

它使用此代码失败:

let bundleIDentifIEr = Bundle.main.bundleIDentifIEr    print("\(bundleIDentifIEr)")    UNUserNotificationCenter.current().requestAuthorization(options: [.alert,.sound,.badge]) { (granted,error) in        if granted {        }....

print语句正确标识我的包ID,在$(PRODUCT_BUNDLE_IDENTIFIER)中设置

知道我为什么会收到这个错误吗?

解决方法 我最终找出了这个错误的根本原因和另一个提到photos.sqllite的Core Data错误.我安装了LeanPlum SDK,我猜这与iOS10有一些已知的兼容性问题.他们承认了这些问题,并承诺很快会推出一个新的SDK. 总结

以上是内存溢出为你收集整理的bundleIdentifier!= nil通过UNUserNotificationCenter.current()请求iOS10通知授权.requestAuthorization全部内容,希望文章能够帮你解决bundleIdentifier!= nil通过UNUserNotificationCenter.current()请求iOS10通知授权.requestAuthorization所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1100038.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存