小编dev*_*ike的帖子

如何在我的应用程序中选择出口合规性?

我正在提交审核,但不确定问题Export ComplianceIs your app designed to use cryptography or does it contain or incorporate cryptography? (Select Yes even if your app is only utilizing the encryption available in iOS or macOS.)的应用程序中唯一的互联网功能是Facebook Login在第一个屏幕上使用用户注册和登录。我用作Firebase后端。那么我需要选择Yes

如果我应该选择Yes第一个问题,那么Does your app qualify for any of the exemptions provided in Category 5, Part 2 of the U.S. Export Administration Regulations?我也应该选择第二个问题Yes,对吗?谢谢!

cryptography submit ios facebook-login app-store-connect

5
推荐指数
1
解决办法
3543
查看次数

MapKit注释如何添加详细信息披露信息按钮?

我正在放置annotation一张地图,点击图钉后,detail disclosure info button右边应该有一个,所以我可以在点击按钮后添加更多代码.但是当我运行项目时,点击引脚,没有info button显示出来.任何人都可以提供添加代码disclosure info button吗?

我期待右边的信息按钮: 在此输入图像描述

我的代码:

extension ViewController: MKMapView{


func mapView(mapView: MKMapView!, viewForAnnotation annotation: MKAnnotation!) -> MKAnnotationView! {



  }
Run Code Online (Sandbox Code Playgroud)

xcode ios mapkitannotation swift

1
推荐指数
1
解决办法
1652
查看次数