- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我为 Xamarin iOS 项目创建了一个NotificationServiceExtension 项目来处理通知逻辑。
我有两个分支,一个用于开发,它有一个 bundle ID com.companyname.appname
和一个测试分支,它有一个 bundle ID com.companyname.appname.test
> .当我尝试在测试分支中构建项目时,我收到一个错误扩展项目,我相信它与其中的bundleID命名有关。
测试分支中的NotificationService Extension 的 bundle ID 应该是什么?com.companyname.appname.test.companynameserviceextension
或com.companyname.appname.test.companyname.testserviceextension
或与所有这些完全不同的东西。
这是我在 xamarin 文档中找到的内容。
[!IMPORTANT] The Bundle Identifier for the service extension should match the Bundle Identifier of the main app with .appnameserviceextension appended to the end. For example, if the main app had a Bundle Identifier of com.xamarin.monkeynotify, the service extension should have a Bundle Identifier of com.xamarin.monkeynotify.monkeynotifyserviceextension. This should automatically be set when the extension is added to the solution.
最佳答案
如果我理解正确的话,如果你的主项目的bundle ID是:
com.companyname.appname.test
那么NotificationService Extension的bundle ID应该是这样的:
com.companyname.appname.test.xxxxserviceextension
相关扩展程序的 bundle ID 必须以包含应用程序的 bundle ID 为前缀。
关于ios - NotificationServiceExtension 的 bundle ID 是 Xamarin iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58551291/
当应用程序进入终止模式时,是否可以将调试点获取到 NotificationServiceExtension 中。 实际上我想实现的是将远程通知数据保存到数据库中,但在某些随机情况下数据未保存到数据库中
我尝试在我的 NotificationServiceExtension 中使用 Firebase 存储。但是 FIRApp.configure() 不起作用。调试在此行停止,但永远不会跳到下一行。可能
我已经在我的目标应用程序中实现了 NotificationServiceExtension,它工作正常。 创建 AppgroupID lazy var persistentStoreCoordina
我已经在我的应用程序 OneSignal 中进行了配置,所以我需要在我的 iOS 项目上创建一个通知服务扩展。 问题是,当我在 Apple Store 上发布我的应用程序时,我收到此错误: ITMS-
我为 Xamarin iOS 项目创建了一个NotificationServiceExtension 项目来处理通知逻辑。 我有两个分支,一个用于开发,它有一个 bundle ID com.compa
ERROR ITMS-90206: "Invalid Bundle. The bundle at 'app.app/PlugIns/OneSignalNotificationServiceExtens
pubspec.yaml 中的 Flutter App 版本可以通过将条目更改为在常规 iOS Info.plist 文件中使用 CFBundleShortVersionString $(FLUTTE
我是一名优秀的程序员,十分优秀!