如果我的应用程序有太多字符串数据类型,它会被 App Store 批准吗?

Will my app get approved by the App Store if it has too many String data type?

我正在创建这首歌的歌词应用程序。它应该有大约 500 首歌曲。我想在不使用 API 的情况下将所有歌曲歌词作为字符串放在 Switch/if 语句中,因为我希望用户能够离线访问歌词。

您不会因为使用过多的 String 或 switch/if 语句而被拒绝。 App Store 不会审查您的代码质量。

但是,如果您无法证明您已获得版权所有者的许可以复制他们的作品,您可能会因版权原因而被拒绝。

5.2 Intellectual Property

Make sure your app only includes content that you created or that you have a license to use. Your app may be removed if you’ve stepped over the line and used content without permission.