简体   繁体   English

带有单选按钮的iOS应用是否会被应用商店拒绝

[英]Will an iOS app with radio buttons be rejected from the app store

If i were to write a custom renderer for a radio button control, for iOS, could it be rejected from the App Store since radio buttons aren't native controls? 如果我要为单选按钮控件编写自定义渲染器,那么对于iOS,由于单选按钮不是本机控件,是否可以从App Store中拒绝它?

An example radio button control for iOS / Android / WindowsPhone (written in Xamarin) can be viewed here . 可以在此处查看iOS / Android / WindowsPhone(用Xamarin编写)的单选按钮控件示例。

For sure APPLE will not remove the App with radio button so you can continue creating a radio button with custom renderer. 确保APPLE不会删除带有单选按钮的App,因此您可以继续使用自定义渲染器创建单选按钮。 Because I already did that. 因为我已经做到了。

No, Apple will not reject your app if create radio button. 不可以,如果创建单选按钮,Apple不会拒绝您的应用程序。 Kindly refer: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Button/Concepts/RadioButtons.html 请参考: https : //developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Button/Concepts/RadioButtons.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM