We have an app-rejection due the use of the 3rd party Google Map. Following is the relevant message:“Regarding 4.0.0, your app limits users to a third-party maps app. To resolve this issue, it would be appropriate to give users the option to launch the native Apple Maps app.”As understood, this is due to the reason that our app is prompting the user to use Google Map-App upon clicking on the “Google logo-link” at the bottom left corner of the Google Map. But in Google SDK, we don’t have any control on the click event on “Google logo-link” to load the choices (Apple Map or Google Map) as suggested in the rejection.Therefore, the only solution that we can think of is to remove the GoogleMap-App launch and instead load the Safari to use its default map management feature.May I know whether this would be sufficient?Or, please suggest any alternatives.Highly appreciate any feedback!Thanks!
Search results for
Apple Maps Guides
154,038 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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.
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.
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.
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:
How do we import google maps using a podfile and cocoa pods?
Hi Team, I need to implement a place/location search. This search should work on the Globe like Maps application do when we search for something. I tried it with below code but it is responding with very limited data. Could you please review the below code and help me to build my requirement. tttlet request = MKLocalSearch.Request() ttttrequest.naturalLanguageQuery = searchField.text ttt ttttrequest.region = self.mapView.region; ttttlet search = MKLocalSearch(request: request) ttttsearch.start { response, _ in ttttguard let response = response else { ttttttreturn tttt} ttttttself.matchingItems = response.mapItems ttttttself.tableView.reloadData() tttt} I thougt this was might be the issue with region, So I tried to create region with MKCoordinateRegionMakeWithDistance by giving distance values. But it is still responding with same data that I got earlier. Below is the line of region created with Distance values. ttttlet region = MKCoordinateRegionMakeWithDistance(self.mapView.centerCoordinate, 300000
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:
The new ImageRenderer in SwiftUI is really great and should help me to remove some custom code I've had to write in the past. I've noticed that when used to capture a view that contains a map view, the map is replaced with a 'no entry' sign 🚫 Is this intentional? Here's some sample code to replicate the issue: https://gist.github.com/shaundon/282cf7ff276093681a1c246ae318c9d4
I want to draw directions to a specific location in CarPlay. I realized that there are two different options that can be made regarding this. First of all, drawing a direct route from current location to the desired location. The second is to draw the route after showing our current location and selecting the location which we want to go on the map. Which would make more sense for me to do? Which authorization is appropriate for the situations I have mentioned? com.developer.apple.carplay-parking or com.developer.apple.carplay-maps? Parking or Map? If you developing an CarPlay Application I would appreciate it if you would also write about the resources you used on the subject. If you have knowledge about this subject, I am waiting for your answers ASAP! Thanks :)
Hi, I want to know if there is a guide on using open AL. I want to know this because I am trying to create an audio game and I want to know how open AL works? Also, where can I get some audio libraries? I need to have some sound for my game and I want to know if there are some free libraries available?
In WWDC 2019 session In-App Purchases and Using Server-to-Server Notifications they say that in our server we must have in a database a field for the userId.I think that a good candidate to use as userId for iOS and tvOS would be identifierForVendor:UIDevice.current.identifierForVendor?.uuidStringAnd for macOS the GUID but the info that I found in the Apple documentation uses Objective-C instead of Swift:https://developer.apple.com/library/archive/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateLocally.html#//apple_ref/doc/uid/TP40010573-CH1-SW14Is there info about who to do it using Swift somewhere or should I use Objective-C?I also found some code of Swift in github, but I do not now if really get the real Mac UUID and also if this method is allowed by Apple. func macSerialNumber() -> String { let platformExpert: io_service_t = IOServiceGetMatchingService(kIOMasterPortDefault, IOServiceMatching(IOPlatformExpertDevice)); guard let serialNumberAsCFString = IORegistr
OK I managed to solve the problem by reviving the device following this guide: https://support.apple.com/en-gb/guide/apple-configurator-2/apdebea5be51/mac
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello, I'm trying to learn swift and making the Landmarks tutorial I found a problem with the map view. The error read as follow: 'init(coordinateRegion:interactionModes:showsUserLocation:userTrackingMode:)' was deprecated in iOS 17.0: Use Map initializers that take a MapContentBuilder instead. My code is: import MapKit struct MapView: View { @State private var region = MKCoordinateRegion( center: CLLocationCoordinate2D(latitude: 34.011_286, longitude: -116.166_868), span: MKCoordinateSpan(latitudeDelta: 0.2, longitudeDelta: 0.2) ) // The error happens here! var body: some View { Map(coordinateRegion: $region) } } #Preview { MapView() } Any suggestions about hot to solve this will be appreciate it. Thanks, BR Skalex
Where can I find a specification document of displacement file baked_mesh_disp0.exr obtained from Full Quality result run by Reality Composer Pro? I ran Reality Composer Pro, selected Full Quality and ran Create Model, and obtained *.usdz, which I renamed to *.zip and unzipped. Then I found 5 maps including baked_mesh_disp0.exr and I want to know its data specification.