The BroadcastUIExtension project will be created automatically when you create a BroadcastUploadExtension project in VS, you can open the info.plist in both projects and double-check the NSExtension key. The value of the NSExtensionPointIdentifier for BroadcastUploadExtension project is written as com.apple.broadcast-services by default and should be com.apple.broadcast-services-upload The value of the NSExtensionPointIdentifier for BroadcastUIExtension project is written as com.apple.broadcast-services by default and should be com.apple.broadcast-services-setupui The app will appear in the control center if the NSExtensionPointIdentifier is correct. Reference
1条答案
按热度按时间xzlaal3s1#
The BroadcastUIExtension project will be created automatically when you create a BroadcastUploadExtension project in VS, you can open the info.plist in both projects and double-check the
NSExtension
key.The value of the
NSExtensionPointIdentifier
for BroadcastUploadExtension project is written as com.apple.broadcast-services by default and should be com.apple.broadcast-services-uploadThe value of the
NSExtensionPointIdentifier
for BroadcastUIExtension project is written as com.apple.broadcast-services by default and should be com.apple.broadcast-services-setupuiThe app will appear in the control center if the NSExtensionPointIdentifier is correct.
Reference