我正在提交审核,但不确定问题Export Compliance我Is 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,对吗?谢谢!
我正在放置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)