我在iOS中使用带有NSUserActivity
和核心聚光灯索引的搜索api - 我已经完成了所有工作,除了我无法获得我的项目的评分显示在搜索结果上?
我已将CSSearchableItemAttributeSet
设置为类型kUTTypeContent
,并设置了rating和ratingDescription属性,而我填写的所有其他属性正常工作,评级为&n&# 39;显示!其他人设法做到了吗?
答案 0 :(得分:0)
在Apple论坛上查看: https://forums.developer.apple.com/thread/14386
Apple必须解决这个问题。但我通知了一些应用程序(Zomato)正在对聚光灯搜索进行评级。
CSSearchableItemAttributeSet不支持NSAttributedString。在我的公开场合,您现在可以使用符号。
attributeSet.contentDescription = "Rating: ⭐️⭐️⭐️"