简体   繁体   English

iOS 9通知 - 当我请求权限时,为什么我的应用名称丢失了?

[英]iOS 9 Notifications - why is my app name missing when I request permission?

I am implementing my first iOS9 app with notifications. 我正在实现我的第一个带通知的iOS9应用程序。 The notifications service, through Parse, is running fine. 通过Parse的通知服务运行正常。 However, when I request permission from a new user to send notifications, I get the screen below, and I don't know why the App is referred to as "Null". 但是,当我请求新用户发送通知的权限时,我会看到下面的屏幕,我不知道为什么App被称为“Null”。

在此输入图像描述

Check Bundle display name in the info.plist file. 检查info.plist文件中的Bundle显示名称 I think CFBundleDisplayName may be blank in info.plist file. 我认为CFBundleDisplayName在info.plist文件中可能是空白的。

So set it as $(PRODUCT_NAME) . 因此请将其设为$(PRODUCT_NAME)

在此输入图像描述

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么我的ios应用不会提示我许可推送通知 - Why my ios app not prompt me for permission to push notifications 在模拟器中运行应用程序时删除本地通知的iOS权限警报 - Removing iOS permission alert for local notifications when running app in simulator iOS应用程序图标未显示,并且名称丢失,为什么? - Ios app icon not shown and name missing why? 尝试读取已发送到我的应用程序的文件时,为什么在iOS设备的OpenUrl函数中出现权限错误? - Why do I get a permission error in the OpenUrl function on an iOS device when trying to read in the file that has been sent to my app? UrbanAirship iOS SDK-是否有通知权限请求回叫? - UrbanAirship iOS SDK - Is There A Notifications Permission Request Callback? 为什么我不能为我的iOS应用请求促销代码? - Why can't I request promo codes for my iOS app? 为什么我的 flutter 应用在 iOS 上运行时没有使用 Firebase 云消息接收通知? - Why my flutter app doesn't receive notifications using Firebase Cloud Messaging when running on iOS? 为什么我的 iOS 图像在我运行我的应用程序时没有出现? - Why are my iOS images not appearing when I run my app? 检测何时询问并授予iOS通知权限? - Detect when asked and granted permission to iOS notifications? 内容更新时,我的IOS应用程序是否可以发送本地通知? - Is it possible for my IOS app to send local notifications when content updates?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM