Search results for

“Apple Maps Guides”

163,170 results found

Post

Replies

Boosts

Views

Activity

My App rejected for 20.1 guide line
My App got rejected for the guide line section of 20.1. Below is my project details.1. Users can create free contest and invite other users to join.2. Users can upload image, video and text.3. Users will vote and based on the number of likes leader board will be generated.4. App Owner (Admin) can only create sponsored and prize money contests. Admin have to give the sponsor name and image. But claiming the prize will be taken care in out of the app.This is simple flow of my project. I wanted to know why my app has rejected for 20.1 - Sweepstakes and contests must be sponsored by the developer/company of the App ?
3
0
662
Nov ’15
Draw vertical (up and out from map) lines from point on map, possible?
I have an unusual use-case where I would like to be able to draw vertical lines up from a map. I will have points deriving from geoTag'd entities, and a stored height and orientation of line (but for this discussion, assume straight up for simplicity (angled at a perpendicular to the surface of the globe). I am wanting to pull the MKMapKit back to reveal the globe so there is no need for accuracy of representation of the line resolution, it just needs to show. Kinda like oriented pins on a rounded pincushion. I have no code to show, as i have not yet been able to find anything like this. I prefer to use MapKit to show the earth properly, but am lost as to how to get started. I continue to search around looking for a hint or clue, to-date, no luck.Anyone have any ideas? thank you in advance.
0
0
613
Apr ’19
Mapping Future to Future in Combine
I’m finding Combine's Future publisher to useful as an API surface because by definition it produces zero or one values then finishes. If a function returns a future, the caller implictly knows it will only ever return a single value. I can use AnyPublisher and get essentially the same result, but I lose the self documenting aspect of supplying a single shot publisher.In some cases, I have a function consuming a future and returning a new future with an adjusted type. With a type like Result I can map one type to another, but Future.map returns a Publishers.Map type leading me back to AnyPublisher for my API. Is there a good way to map Future<Output, Failure> to Future<NewOutput, Failure>?Thanks,Nick* apologies for posting a beta framework related question in the language forum, but I can’t find a better place for it
0
0
793
Sep ’19
Reply to GPS position becomes on the middle of the sea when connected to apple carplay on iOS 18.0
I have the same issue, I believe. My car is a Volkswagen TCross 2024 with Carplay. My phone is a iPhone 13 Pro Max 128gb. Before updating to iOS 18, everything was working fine with the GPS based apps such as Waze, Google Maps and Apple Maps. The navigation was fluid and I had no issues at all. After the iOS 18 update, all the GPS apps have an issue that is it seems that the map is jumping around while driving. Sometimes it jumps to a place that I'm not at and the navigation becomes confusing and unsafe. After a few seconds, my position is acquired back and the map shows the correct position. Apple Maps, Waze and Google Maps at their latest version. Yesterday I did a iOS rollback to version 17.7 and tried again all the GPS navigation apps at Carplay and it seems to be fixed, the maps aren't jumping around in this version.
Sep ’24
Class Activation Maps with CoreML
Hi, I am trying to build a simple image classification app. I have a trained model using Keras and have it converted to an MLModel. Basing on the sample app in the CoreML documentation, I can use my model to classify a given image. But i would also like to visualize how model gives the classification. Is there a way I can show class activation maps along with the predictions in the app? Thanks!
1
0
942
May ’19
How to know when Map is done painting after create
I've noticed bugs when you attempt to modify a map (set region or other things) immediately after creating the map. I noticed that if you load mapkit, wait 5 seconds then create a map, it makes about 5 network calls, downloads a js file, and runs some javascript. I have an issue where I have to do some loading after the map is fully ready, and may need to destroy the original map. To make a test of this, try creating a map then immediately call destroy and unmounting it. It'll produce a bunch of not defined errors as it's still trying to set up the map you just destroyed How do I know that the map that was created is ready and done with all the work it was doing? When is it safe to destroy that map? I found there is a property called map._impl.state that will be Initialized or Ready. But when it gets to Ready it is still not fully done loading, a destroy there will still cause errors. Is there an event listener or any wa
1
0
524
Jul ’20
iOS 18 - Google maps and Waze issue
Using either of these with CarPlay now the phone must remain open and unlocked and the maps must be active. Of the maps app for either of these apps gets closed, on Google Maps the map freezes and will not do anything. I also am unable to keep my phone open and unlocked using Google maps. on Waze the maps screen just turns off if the phone is locked or the Waze app isn’t open and active. Additionally when starting Waze on the split screen where it shows music, maps, and the next turn on CarPlay, the next turn screen appears as if the Waze app is just open but not headed in a specific direction So it just says search. You have to open to the full screen Waze app on the car play screen then back to the split screen for it to work. Google maps is effectively broken while Waze can be used with a work around. Though Waze also randomly stops the directions and goes back to just showing the maps and you have to get directions again to r
7
0
4.9k
Jul ’24
Reply to Returning to my app after navigation
If I understand correctly, what you are asking is if you can launch the Apple Maps app to give directions and then have it launch your app when the user reaches their destination. No, there is no API for this. As KMT suggests, the way to accomplish this is to integrate maps into your own app. If you want to provide directions, you can also display the directions in your own app. Getting the directions is pretty straightforward but it would be a bit of work to create a decent navigation interface such as that provided by Apple Maps.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’15
Incorrect 5.1 / Atmos channel mapping on Apple TV 4K (2022)
I ran 5.1 audio tests in both YouTube and Apple Music, and I noticed that when sound is supposed to play from the rear or front surround speakers, it’s also duplicated in the front left and right channels. I’m absolutely sure the issue is with the Apple TV, because I played the same video directly through my TV’s native system, and the channel separation was correct. Everything used to work perfectly before, so this must be a software issue. I’m currently on tvOS 26 Developer Beta 5, but I’m certain the problem also existed on the stable tvOS 18.5. I’ve already reset and updated my Apple TV, and I also tried switching the audio format to forced Dolby Atmos 5.1. On the forums, I mostly see complaints about Dolby Atmos not working at all — in my case, everything technically works, but not the way it’s supposed to.
1
0
126
Aug ’25
My App rejected for 20.1 guide line
My App got rejected for the guide line section of 20.1. Below is my project details.1. Users can create free contest and invite other users to join.2. Users can upload image, video and text.3. Users will vote and based on the number of likes leader board will be generated.4. App Owner (Admin) can only create sponsored and prize money contests. Admin have to give the sponsor name and image. But claiming the prize will be taken care in out of the app.This is simple flow of my project. I wanted to know why my app has rejected for 20.1 - Sweepstakes and contests must be sponsored by the developer/company of the App ?
Replies
3
Boosts
0
Views
662
Activity
Nov ’15
Draw vertical (up and out from map) lines from point on map, possible?
I have an unusual use-case where I would like to be able to draw vertical lines up from a map. I will have points deriving from geoTag'd entities, and a stored height and orientation of line (but for this discussion, assume straight up for simplicity (angled at a perpendicular to the surface of the globe). I am wanting to pull the MKMapKit back to reveal the globe so there is no need for accuracy of representation of the line resolution, it just needs to show. Kinda like oriented pins on a rounded pincushion. I have no code to show, as i have not yet been able to find anything like this. I prefer to use MapKit to show the earth properly, but am lost as to how to get started. I continue to search around looking for a hint or clue, to-date, no luck.Anyone have any ideas? thank you in advance.
Replies
0
Boosts
0
Views
613
Activity
Apr ’19
looking for guide to publish to App Store from Xcode
I am having problems trying to get all the parts of my app registration, certification, etc so it can be submitted to the App Store. At the moment I have a message in Xcode about the provisioning profile not containing a specific certificate. I am not able to find that certificate and am stuck. I would like to follow a guide. Is there such a thing?
Replies
0
Boosts
0
Views
601
Activity
Jul ’21
Mapping Future to Future in Combine
I’m finding Combine's Future publisher to useful as an API surface because by definition it produces zero or one values then finishes. If a function returns a future, the caller implictly knows it will only ever return a single value. I can use AnyPublisher and get essentially the same result, but I lose the self documenting aspect of supplying a single shot publisher.In some cases, I have a function consuming a future and returning a new future with an adjusted type. With a type like Result I can map one type to another, but Future.map returns a Publishers.Map type leading me back to AnyPublisher for my API. Is there a good way to map Future<Output, Failure> to Future<NewOutput, Failure>?Thanks,Nick* apologies for posting a beta framework related question in the language forum, but I can’t find a better place for it
Replies
0
Boosts
0
Views
793
Activity
Sep ’19
Reply to What a change in beta 3!
The only issue I've had so far is Maps; the actual map doesn't appear. Not a biggie. Otherwise, Apple Watch OS 2 beta 3.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’15
Reply to GPS position becomes on the middle of the sea when connected to apple carplay on iOS 18.0
I have the same issue, I believe. My car is a Volkswagen TCross 2024 with Carplay. My phone is a iPhone 13 Pro Max 128gb. Before updating to iOS 18, everything was working fine with the GPS based apps such as Waze, Google Maps and Apple Maps. The navigation was fluid and I had no issues at all. After the iOS 18 update, all the GPS apps have an issue that is it seems that the map is jumping around while driving. Sometimes it jumps to a place that I'm not at and the navigation becomes confusing and unsafe. After a few seconds, my position is acquired back and the map shows the correct position. Apple Maps, Waze and Google Maps at their latest version. Yesterday I did a iOS rollback to version 17.7 and tried again all the GPS navigation apps at Carplay and it seems to be fixed, the maps aren't jumping around in this version.
Replies
Boosts
Views
Activity
Sep ’24
Class Activation Maps with CoreML
Hi, I am trying to build a simple image classification app. I have a trained model using Keras and have it converted to an MLModel. Basing on the sample app in the CoreML documentation, I can use my model to classify a given image. But i would also like to visualize how model gives the classification. Is there a way I can show class activation maps along with the predictions in the app? Thanks!
Replies
1
Boosts
0
Views
942
Activity
May ’19
Required 1x size of map annotation?
what is the required 1x size of a map annotation image?thanks.Neerav
Replies
2
Boosts
0
Views
473
Activity
Dec ’15
Does Swift MKMapView charges for Map usage ?
If I am using MKMapView in my App do I need to pay any cost for using map.
Replies
0
Boosts
0
Views
249
Activity
Nov ’23
How do I create a map region that is not circular?
Is it possible to create a map region that is not circular but shaped based on landmark boundaries?
Replies
1
Boosts
0
Views
567
Activity
Dec ’17
How to know when Map is done painting after create
I've noticed bugs when you attempt to modify a map (set region or other things) immediately after creating the map. I noticed that if you load mapkit, wait 5 seconds then create a map, it makes about 5 network calls, downloads a js file, and runs some javascript. I have an issue where I have to do some loading after the map is fully ready, and may need to destroy the original map. To make a test of this, try creating a map then immediately call destroy and unmounting it. It'll produce a bunch of not defined errors as it's still trying to set up the map you just destroyed How do I know that the map that was created is ready and done with all the work it was doing? When is it safe to destroy that map? I found there is a property called map._impl.state that will be Initialized or Ready. But when it gets to Ready it is still not fully done loading, a destroy there will still cause errors. Is there an event listener or any wa
Replies
1
Boosts
0
Views
524
Activity
Jul ’20
iOS 18 - Google maps and Waze issue
Using either of these with CarPlay now the phone must remain open and unlocked and the maps must be active. Of the maps app for either of these apps gets closed, on Google Maps the map freezes and will not do anything. I also am unable to keep my phone open and unlocked using Google maps. on Waze the maps screen just turns off if the phone is locked or the Waze app isn’t open and active. Additionally when starting Waze on the split screen where it shows music, maps, and the next turn on CarPlay, the next turn screen appears as if the Waze app is just open but not headed in a specific direction So it just says search. You have to open to the full screen Waze app on the car play screen then back to the split screen for it to work. Google maps is effectively broken while Waze can be used with a work around. Though Waze also randomly stops the directions and goes back to just showing the maps and you have to get directions again to r
Replies
7
Boosts
0
Views
4.9k
Activity
Jul ’24
Download offline map available programmatically?
Subject says it all: is or will there be a way to download offline maps programmatically?
Replies
1
Boosts
0
Views
2k
Activity
Jun ’23
Reply to Returning to my app after navigation
If I understand correctly, what you are asking is if you can launch the Apple Maps app to give directions and then have it launch your app when the user reaches their destination. No, there is no API for this. As KMT suggests, the way to accomplish this is to integrate maps into your own app. If you want to provide directions, you can also display the directions in your own app. Getting the directions is pretty straightforward but it would be a bit of work to create a decent navigation interface such as that provided by Apple Maps.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’15
Incorrect 5.1 / Atmos channel mapping on Apple TV 4K (2022)
I ran 5.1 audio tests in both YouTube and Apple Music, and I noticed that when sound is supposed to play from the rear or front surround speakers, it’s also duplicated in the front left and right channels. I’m absolutely sure the issue is with the Apple TV, because I played the same video directly through my TV’s native system, and the channel separation was correct. Everything used to work perfectly before, so this must be a software issue. I’m currently on tvOS 26 Developer Beta 5, but I’m certain the problem also existed on the stable tvOS 18.5. I’ve already reset and updated my Apple TV, and I also tried switching the audio format to forced Dolby Atmos 5.1. On the forums, I mostly see complaints about Dolby Atmos not working at all — in my case, everything technically works, but not the way it’s supposed to.
Replies
1
Boosts
0
Views
126
Activity
Aug ’25