If your application uses encryption in any way, even SSL or HTTPS, you need an Encryption Registration (ERN) from the US Bureau of Industry (BIS). I recently got one for an app that I got in the Mac App Store and I documented my whole journey to share it and be a guide for other people needing to do the same. It's actually not very hard, as long as you know the steps to take (twice I needed to call US agencies to figure out the next step). Here it is: How to legally submit an app to Apple’s App Store when it uses encryption (or how to obtain an ERN).Enjoy and feel free to ask any questions, I'll try to answer them and/or update the guide to the best of my knowledge. Oh... and disclaimer, I'm not a lawyer and this is not legal advice.
Search results for
Apple Maps Guides
151,854 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello,I've been developing a web app which utilizes the google maps javascript api and the markerwithlabel extension.After a bit of testing I found after having zoomed in on a marker, zooming out using a pinch gesture causes the entire Safari/Chrome tab to crash on an iPad 2 running iOS 8 and 9.Here is the code I used:HTML<div id=maptest/>Javascript$(function () { var map = new google.maps.Map(document.getElementById('maptest'), { zoom: 4, center: new google.maps.LatLng(0, 0), mapTypeId: google.maps.MapTypeId.ROADMAP }); for (var i = 0; i < 10; i++) { var marker = new MarkerWithLabel({ position: new google.maps.LatLng(i, i), map: map, labelContent: A, }); } });Css#maptest { width: 100vw; height: 100vh; }You can check it out in this fiddle:http://jsfiddle.net/mac89/h8w3v7v0/15/The crash seems to only occur when using a label, in this fiddle the crash does not happen:http://jsfiddle.net/mac89/h8w3v7v0/17/Decreasing the size of the map seems to lessen the cha
Can’t see this as a known issue in the release notes. When in driving / walking directions, Maps does not keep pace with the device’s position, causing Maps to lag behind with turn by turn directions. Sometimes up to 30 seconds passes between the location updating. Anyone else experiencing this issue? iPhone X, 64GB, Dev beta 2.
OK, managed to locate the problem (based on some discussions on previous map rotation errors). It was related to a wrong UI constraintSuperview.bottomMargin = mapview.bottom - 6This caused the mapview to get wrong values when rotating to LandscapeRight, and being unable to recover.I fixed it by setting bottom layout guide = mapview bottomI would still call this a bug that should probably be fixed though. Certainly caused me som extra workRegards
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
How can I show Map on carplay display in iOS 14.0 above. Is there any way to check map navigation on carplay display screen?
Horrible ex using CarPlay on the new 18 - 18.1 beta. keeps crashing my google maps and waze and forced to only use Apple Maps and A maps keep taking me on longer routes!!!!
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hello to all,i install iOS10 on my iPhone 6S Plus 128GB, i found some problems, one of this is where is the function to see the maps in 3D?Can you help me?Thanks
If I install my App over XCode everythings works fine, but if I install the App over TestFlight or the AppStore, the google map is not shown? Very strange. Does anyone has experiences with that?
Hello everyone, I would like to report problems regarding the maps of iPhone iOS 16.1 - iPhone 12 Pro 256GB. First problem (crash) systematic always: Open Maps app Delete 1 favourites (swipe from right to left) and press delete button. observed: maps crash Second problem (maps remains all black graphics): Open Settings-> Screen and Brightness -> select the white mode Open Maps Observed: Maps remains in black mode graphics. Thanks.
Hi, I've been asked to estimate a project that would require ARKit, unfortunately I'm new to the technology and need some quick answers as to how it works. The app my customer wants to build would overlay simple graphics at street addresses, as the user pointed their camera at buildings or storefronts. For this to work, I'd need to be able to have the AR view tell me what map locations or street addresses are being seen in the camera view. Is this possible? Thanks, Frank
I love the new SwiftUI APIs for Apple Maps. However, I am missing (or haven't found) quite a number of features, particularly on visionOS. Besides an easy way to zoom maps, the most important feature for me is marker clustering. If you have a lot of markers on a map, this is an absolute must. Is there any way to accomplish this?
Is it possible to use a map view in a situation where there is no internet access?The app I'm developing is for use at an event, which means I know in advance where the user will be. I'd like to be able to preload the map data for that area so that it can be available without internet. It's a pretty small area (less than 1 square mile).Thanks,Frank
What I mean is, in dark mode, Apple Maps is displayed in light mode in some vehicles and dark mode in some vehicles. I am trying to understand if there is any connection between Apple Maps and some day/night light sensor.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
I tried creating a sprite with a normal map; lighting works; however if I rotate the sprite, the lighting doesn't respond.After seeing this; I realize 'duh, my pixels saying +x values still say +x values no matter where I am'So while I understand why it happens, is there anything built into sprite kit to recompute normal maps or the lighting calculation based on sprite rotation, or am I into custom shaders?Thanks,-Michael
Would ARKit be able to map/identify the depth/height of the humps/bumps in a given surface (E.g: the floor or the top of a table)?