This looks like a refresh of an old question. I'm using iOS 15 beta 7 and have presented a UIActivityViewController from a SwiftUI app. I get a ton of these errors when trying to share a two-item list containing String and UISimpleTextPrintFormatter. [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 process may not map database UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]} [default] Attempt to map database failed: permission was denied. This attempt will not be retried. [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 process may not map database UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]} [default] -imageForImageDescriptor: can do IO please adopt -imageForDescriptor: for IO fr
Search results for
Apple Maps Guides
149,605 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
The question about using Google maps during development. During our development we found out that some our pop-up elements close it in some situations (not always). According to Google rules - logo should be always be on the maps in the left bottom corner. So can you recommend will be there any problems in that situation?
i have the same issue. no GPS on any map app (inlcuding apple maps). iphonex on AT&T
Topic:
App & System Services
SubTopic:
Core OS
Tags:
It might be asked wrong by me. I have a client — mall in Russia — who want to have their mall mapped IN APPLE MAPS app. How can I do it?
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
So what’s your question? Was this data available before? Is it available from the Maps app? Maps really aren’t Apple’s focus.
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
Yesterday each workout — like a run — would have a route show up on the app after the workout. After loading IOS 14 it has disappeared. No other changes made by me. Today’s run map is missing and all previous maps are missing. Looked for suggestions and nothing has worked.
We tried using manual reports on apple maps. The suggested changes were reviewed by apple maps moderator, but not implemented. Unfortunately, no idea how to deal with it at the moment.
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
I stripped the MetalDeferredLighting demo down to just the shadow map bits. I removed the light fairies, skybox and bump mapping. However, I couldn't remove the (model) structure group, material, and scaling dependencies in favour of loading a simple quad.It would be nice if sample code did 1 thing, and with a minimal amount of code. Ideally, separate (digestible) demo projects for each technique.I managed to port the stripped down bits over to my project. The 2 pass render pipeline is in place and all the color attachments look good (I guess), but the shadows are glitchy. I've been hammering on this thing for a long, long, long time and have noticeably less hair. It's super frustrating when it kinda works...but not quite.Does anyone happen to have a simple demo? Like a cube casting a shadow on a ground plane?
Hey Tried using a few regular expressions and all fail with an error: Unhandled error streaming response: A generation guide with an unsupported pattern was used. Is there are a list of supported features? I don't see it in docs, and it takes RegExp. Anything with e.g. [A-Z] fails.
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Why does the Maps app have extra features that are completely irrelevant for what the map app is supposed to do. The Editors Picks is the dumbest thing I've ever seen, and on top of that it gets in the way of being able to use the the map app as a map. I don't care about what the best sandwich in LA for a hike is when using the map. I care about seeing directions and traffic. Not some random article from the LA times. Please get rid of this feature, it is truly an awful one.
Hello folks, I have been working on Maps and facing issues with map labels. I am working on WatchOS App SwiftUI, in there i have implemented Apple Maps. Since watch is small and there isn't much space to fit labels when user is fully zoomed in. i want to reduce some categories of unwanted labels. the solutions i have tried where leading me to results where there are All Labels or No Labels (except default labels like, street names and City Names) for this i have physical devices: Apple Watch Ultra with watchOS 10 beta (21R5320i), iPhone 14 pro max with iOS 17 beta 4 (21R5320i) for this i have tried following ways i have used PointOfInterestCategories in iPhone first and it is working as expected with all categories and filter out defined categories. code i have used it as below. Map(position: $position) .mapStyle(.standard(pointsOfInterest: [ .hospital, .hotel, ])) Then i have tried it in WatchOS Map like below code. For pointOfInterest i have to
I want to use SwiftUI to display a map and handle touch on the map. Here is my code so far. I have a problem integrating GestureRecognizer in Coordinator specifically accessing self.mapView inside it.Also adding addGestureRecognizer. How to do that?=======================================//// ContentView.swiftimport SwiftUIimport Gomobiletidbstruct ContentView: View { var body: some View { VStack { MapView() .edgesIgnoringSafeArea(.vertical) Text(Turtle Rock) .font(.title) .padding(.leading, 15) .padding(.top, 5) .textFieldStyle(RoundedBorderTextFieldStyle()) VStack { HStack { Text(Joshua Tree National Park) .font(.subheadline) Spacer() Text(California) .font(.subheadline) } .padding() } }}=======================================//// MapView.swiftimport SwiftUIimport MapKitstruct MapView: UIViewRepresentable { func makeCoordinator() -> Coordinator { Coordinator(self) } final class Coordinator: NSObject, MKMapViewDelegate { var control: MapView init(_ control: MapView) { self.control = contr
Hey guys,I'm facing the same issue. Apple refuse to explicite the problem and is in a loop of Your app's location feature is still not integrated with the built-in mapping functionality. I use Google Maps API to display a map and the GPS feature to display position on this one. I can't see how I can use Apple Maps whitout recoding my application...PS : I use Cordova, maybe this is the real issue ?
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
As soon as I start directions to a location, my phone freezes. It happens every time. IPhone 6s. Anyone experiencing this problem? Seems to working fine on friends 5s and 6. It just sticks on the initial location and gps never tracks. I can use every other function in the maps app but gps never tracks.
Having read in the forums that it is possible for dext instances to find and invoke methods on one another, is there any way for one dext process to share a mapped buffer with another? The requirement would be for the buffer to be persistent, something like mappings created by IOConnectMapMemory, which persist until explicitly unmapped.