Search results for

Apple Maps Guides

149,485 results found

Post

Replies

Boosts

Views

Activity

Reply to In-App Purchase Question
The 3 part package violates one or another guideline. If you split it up you are ok.Scheduling the meeting may or may not require using IAP - I think it must use IAP but you could argue it is a real world service.The services of the real person guide cannot use IAP.The city map and lists must use IAP.So you need to split up the offering or give the map and lists and scheduling process away for free.
Mar ’18
Apple Cannot Display SVG Map Colors?
I was developing an external website that generates data into an .html file based on database information, displaying availability by a fill color (green or red). On Windows and Android devices, everything displays correctly. On Apple devices (tested on iPhone7 in Safari and Chrome, and a Macbook Pro on Safari), it cannot process the colors and leaves everything gray. My current guess is that Apple's OS does not accept a css tag I used on the page, but I've been unable to narrow down my search effectively. I would greatly appreciate any assistance. Page: https://hsfm-booking-maps.s3.amazonaws.com/Farmer%27s+Market+-+Sunday%2C+October+2nd%2C+2022
1
0
989
Sep ’22
Map offline
Bonjour,Je cherche une solution pour garder les map visible quand la connection 3G ou Wifi n'est pas présente.Une aide serait très apprécié.Jean-FrançoisHello,I am looking for a solution to keep the map visible when the 3G or Wifi connection is not present. Help would be greatly appreciated.Jean-François
0
0
268
Nov ’16
Apple Maps turn by turn voice on CarPlay only in mono
Hi! I'm sorry, if this is the wrong place to ask this. Please advice if you know a better place. I recently bought a new Hyundai which comes with CarPlay. When I connect my iPhone with a cable, CarPlay is running fine and the Music is played in stereo on the car's speakers. But when I start Apple Maps I can hear turn by turn voice commands in German. But they are only played in mono on he box next to the driver's seat. They are not played anywhere else, but the music stops for all boxes. I tried to figure out, what the issue can be and how to communicate the issue to Apple. So I think it's related to this thread: https://forums.developer.apple.com/forums/thread/732202 Anything I can do? Is there a hidden setting to change that? For me it feels like a bug, I doubt that this is expected. Thank you!
0
0
592
Feb ’24
In Predicate Programming Guide
In Predicate Programming Guide, please refer https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Predicates/Articles/pUsing.html. Here, NSPredicate *sPredicate = [NSPredicate predicateWithFormat:@SELF contains[c] 'e']; [array filterUsingPredicate:sPredicate]; // array now contains { @Nick, @Ben, @Melissa }. The output is wrong here. It must be // array now contains { @Ben, @Melissa }
1
0
240
Sep ’15
There is a mapping issue between the physical buttons of the Matter switch and the buttons on the Apple Home App.
My device is a Matter switch with 12 buttons, but its physical buttons do not correspond to the button icons displayed in the Apple Home App. The mapping between them is chaotic, for example, physical button 1 is mapped to button icon 3, and physical button 2 is mapped to button icon 7, without any pattern. And every time the factory settings are restored and the network is reconfigured, the mapping will be different from the last time, and restoring the factory settings will change it again. I have checked my program and I am certain that the events triggered by physical buttons correspond correctly to the Matter Generic Switch Endpoint in the ZCL file. I don't understand why there was such a mistake. I am using GSDK 4.4.1, Silicon Labs Matter 2.2.1-1.2. I asked the manufacturer of the chip (the staff of Silicon Labs), and they said that the corresponding order displayed on the app is determined by the APP side, and has nothing to do with Matter devices, is this a
2
0
471
Jan ’25
Apple maps with wrong business name
Does anyone know why the business name for this business is coming up as Specialist Orthodontist Berwick? The business name is actually SE Orthodontics. It is a concern for us as our own business down the road is called Berwick Orthodontic Specialists. Our patients are getting confused, calling the wrong business trying to change their appointment.
1
0
1.3k
Jun ’22
Deployment server guide
Hi, Until now, deploying code to production in XCode was done locally in each developer MacBook. As deployment takes a long time and it basically makes the device unusable during this time, we are looking for ways to deploy code via some sort of deployment server. As we are fairly new to XCode deployments, I was wondering if there is a method/guide to install a deployment server. Thanks!
1
0
1.5k
Oct ’22
SwiftUI Map Annotations
Hello there, i've came here after searching por a while a solution to the problem i have but i couldn't find anything helpfull. I'm displaying a map in iOS16 using only swiftUI and i'm wondering if its any way to know if the region of the map it's displaying has any annotations or not. I want to display a list in the bottom of the map of annotations that are visible in that map area, but if the user drag to another position without annotations i want to hide that list.
1
0
2.2k
Sep ’23