iPhone项目提交应用市场前的查询
我已经制作了地图应用程序来定位澳大利亚的地点。我正在调用网络服务来获取地点数据和相应的详细视图。在将应用程序发布到澳大利亚应用市场之前,我有一些疑问。
我使用了 Apple 的 Reachability 类,因为它用于显示网络/互联网不可用性。这样可以吗??或者还有其他方法吗?
我使用 BSForwardGeocoder 类进行正向地理编码。来自链接 http://blog.sallarp.com/ipad-iphone- forward-geocoding-api-google/
因为我使用 UIView 通过使用 addsubview 方法在注释标注按钮上显示详细视图。我没有使用导航控制器,但我仍然在详细视图顶部提供自定义箭头后退按钮
我正在阅读 iPhone 应用程序的人机界面指南。我仍然需要你的建议。以上三种情况我做得对还是需要改变?我不希望我的应用程序因任何此类原因而被拒绝。提前致谢。
I have made Map application to locate places in Australia. I am calling web service to fetch the places data and respective detail view. I have some doubts before launching the application to Australian app market.
I have used Apples Reachability classes as it is for showing network/internet unavailability. Is this ok?? Or there is another method for this??
I have used BSForwardGeocoder classes for forward geocoding. from link http://blog.sallarp.com/ipad-iphone-forward-geocoding-api-google/
As I am using UIView to show detail view on annotation callout button by using addsubview method. I did not used navigation controller but still I am giving custom arrow back button on top of detail view
I am reading Human Interface guideline for iPhone application. Still I need suggestion from you. Am I doing right or do I need to change in above three condition. I dont want that my app get rejected by any of this reasons. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1.)您已经使用了苹果可达性类,来检查网络状态,您可以使用它,没有问题,您的应用程序不会因此而被拒绝。
2.)您已经使用 BSForwardGeocoder 进行地理编码,我认为其中没有私有 api 调用,但请检查是否有任何私有 api 调用。如果没有私有 api 调用。
没有问题。所以您的应用不会被拒绝。
3.)您正在使用视图并显示您自己的箭头来弹出和推送,但您没有使用任何导航控制器。没关系,这是您自己处理视图的方式。这不会拒绝您的应用程序。
所以干杯并继续,但请检查您的应用程序中是否没有使用任何私有 api 调用。
因为这是最大的原因。
希望这会对您有所帮助......!
1.)You have used apple reachability class,to check the network status,You can use that there is no issue with that,your app won't get rejected due to this.
2.)You have used BSForwardGeocoder for geocoding,I think there are no private api calls in this,but do check that is there any private api call.if there would be no Private api call.
There is no issue.So your app won't be rejected.
3.)You are using Views and showing your own arrows to pop and push,but you are not using any navigation controller.Thats fine,thats your own way to handle the views.That won't reject your app.
So cheers and go ahead,but do check that you dont use any private api call in your app.
as that is the maximum reason.
Hope This Will Help You........!