有效负载中的非 public 选择器
non-public selectors in Payload
我的应用被拒绝的原因是“App Store 不允许使用非 public API,因为如果这些 API 发生变化,可能会导致糟糕的用户体验”
我的第一个版本无缘无故被app store批准,更新下一个版本会导致这个结果。
我验证了该应用程序并发现了以下内容:
iTunes Store 操作成功,但出现警告。
该应用在 Payload/alootamatar.app/alootamatar:setReuseIdentifier:
中引用了非 public 选择器
谁能帮我解决这个问题。
尝试删除 DerivedData 文件夹如何
我的解决方案是
局部变量 reuseIdentifier 使用 Apple 定义的变量初始化 cell.reuseIdentifier。
我的应用被拒绝的原因是“App Store 不允许使用非 public API,因为如果这些 API 发生变化,可能会导致糟糕的用户体验”
我的第一个版本无缘无故被app store批准,更新下一个版本会导致这个结果。
我验证了该应用程序并发现了以下内容: iTunes Store 操作成功,但出现警告。 该应用在 Payload/alootamatar.app/alootamatar:setReuseIdentifier:
中引用了非 public 选择器谁能帮我解决这个问题。
尝试删除 DerivedData 文件夹如何
我的解决方案是
局部变量 reuseIdentifier 使用 Apple 定义的变量初始化 cell.reuseIdentifier。