UILabel 和应用商店规则中的表情符号使用

发布于 2024-07-30 14:20:46 字数 370 浏览 3 评论 0原文

有谁知道如果苹果认为这是越界的话我是否在应用程序的视图中使用表情符号unicode? 我不是在询问启用表情符号或销售旨在启用表情符号的应用程序。

代码示例 - 将 NSString 放入 tableViewCell NSLabel 中:

if([combatCurrentHp intValue] <= [combatMaxHp intValue] / 2) {
    characterStats = [characterStats stringByAppendingString:@" \uE022"];
}

这使得表情符号心形出现在字符串中。 你们知道是否有一个硬性规定来规定该应用程序是否会被从应用程序商店中踢出?

Does anyone know if I use emoji unicode in an app's view if Apple considers this out of bounds? I'm not asking about enabling emoji or selling an app that is meant to enable emoji.

And example of the code - which is placing an NSString into a tableViewCell NSLabel:

if([combatCurrentHp intValue] <= [combatMaxHp intValue] / 2) {
    characterStats = [characterStats stringByAppendingString:@" \uE022"];
}

This makes an emoji heart appear in the string. Do you guys know if there is a hard and fast rule on if that would get kicked back out of the app store?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

晨曦÷微暖 2024-08-06 14:20:46

我在 App Store 中看到过使用表情符号代码点的应用程序,但我不确定它是否被允许,或者这些应用程序只是偷偷溜了过去。 我认为对此没有严格的政策。

但是,禁止启用表情符号键盘。

I've seen applications that use the Emoji codepoints in the App Store, but I'm not sure if it's permitted or those apps just snuck through. I don't think there is a strict policy on this.

Enabling the emoji keyboard however is forbidden.

把梦留给海 2024-08-06 14:20:46

晚了 2 年,但以防万一其他人对这个问题感兴趣,官方答案是在 UILabels 中使用表情符号没有问题。

一年前我给应用程序审核团队的电子邮件:

嗨,

我想寻求有关表情符号使用的澄清
在应用程序内。

虽然非日语用户不支持表情符号输入,但所有 iPhone
无论是否启用表情符号输入,都可以查看表情符号。

用户界面元素(例如 UILabel)可以显示表情符号,如果它们
在文本字符串中使用了适当的 unicode。

我目前正在开发我的应用程序的下一个更新,我希望能够做到这一点
在我的文本标签中显示一些图标,但我找不到任何图标
有关以这种方式使用表情符号的指南。

我附上了屏幕截图供您参考。 我想检查一下
如果此用法适合 App Store。 非常感谢!

他们的回应:

你好,

我们发现应用程序中使用表情符号没有任何问题。 请让我们
了解您是否还有其他问题。

最诚挚的问候,

应用审核团队 iOS 开发者计划

此外,我的应用程序在过去一年中一直使用表情符号,没有出现任何问题。

2 years late, but just in case anyone else is interested in this question, the official answer is that there's no problem using emoji in your UILabels.

My email to App Review team a year ago:

Hi,

I'd like to seek clarification with regard to the usage of emoji
within an app.

Although emoji input is not enabled for non-Japanese users, all iPhone
can view emoji whether or not emoji input is enabled.

User interface elements such as UILabel can thus display emoji if they
used the appropriate unicode in the text string.

I'm currently working on the next update of my app where I'd like to
display some icons within my text labels, and I couldn't find any
guidelines with regard to the usage of emoji in this manner.

I've attached a screenshot for your reference. I would like to check
if this usage is appropriate for the App Store. Much thanks!

Their response:

Hello,

We see no issues with the use of emoji within the app. Please let us
know if you have additional questions.

Best Regards,

App Review Team iOS Developer Program

Also, my app has been using the emoji for the past one year with no issue.

难得心□动 2024-08-06 14:20:46

我不认为启用表情符号键盘是被禁止的,因为它在所有亚洲国家/地区都是标准启用的,并且应用程序商店中有数十种应用程序可用于在其他国家/地区解锁它。 如果苹果打算禁止任何人使用键盘,为什么他们要把键盘整合到系统中呢?!

I don't believe that enabling the Emoji keyboard is forbidden as it is enabled as standard in all Asian countries and there are dozens of apps available in the app store for unlocking it in other countries. Why would Apple incorporate the keyboard in the system if they intended to forbid anyone from ever using it?!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文