Search results for

“Apple Maps Guides”

159,788 results found

Post

Replies

Boosts

Views

Activity

App Clips Advanced Experiences not showing up in Apple Maps and Siri Suggestions
Hello everyone, I’m experiencing an issue with App Clips Advanced Experiences and Apple Maps/Siri Suggestions. We have already contacted Apple Support before, but they are investigating the cause of this issue and it has not been resolved til date. The App Clip is bundled with the main app and has been already available on the App Store for several months. The business running the app has several physical shops and wants to offer the App Clip to show up in Apple Maps and Siri Suggestions at each location. The App Clip is correctly exposed in the AASA file, and it's also validated correctly by the AASA APIs available at https://app-site-association.cdn-apple.com/a/v1. { applinks: { apps: [], details: [ { appID: TEAMID.bundleid, paths: [] } ] }, appclips: { apps: [ TEAMID.bundleid.Clip ] } } (with TEAMID and bundleid being the team and bundle identifiers of the app) The App Clip is displayed correctly when loading the website and when scanning a QR code or App Clip c
8
0
1.2k
Sep ’24
Map Views are not loading
i have several apps with MKMapView and none of them are loading in Hybrid mode. I checked a few other apps and this is what I found:MotionX is not loading in Apple Hybrid modeApple Store map page is not loading street namesZillow is not loading mapsRuntastic is not loading mapsHowever, Apple Maps is loading in any mode.I want to make sure this is caused by some down service somewhere and not something that i need to change in my apps.
2
0
363
Apr ’16
MapKit Map Type Black
Hey guys,So I have a very simple question. I just noticed that Weather Underground has a map type setting that allows you to use the black map. As far as I remember, however, Apple didn't provide that option as Apple only uses that for night navigation. Is there a hidden option to enable that? Or is Weather Underground doing something else?One last thing: if you know how to do that, can you please share it with us, please? I'm really curious.Thanks!
4
0
924
May ’16
Dummy's guide to code signing
I'm wondering if there is a dummy's guide to code signing. This page seems to have a step by step process but doesn't tell how to actually do any of the steps.https://medium.com/ios-os-x-development/ios-code-signing-provisioning-in-a-nutshell-d5b247760befFor example.... Xcode will be installed and the Intermediate Certificate will be pushed into the KeychainHow? Where do I install xcode from (I actually figured that out)?How or what do I need to do to get the intermediat cert pushed in to the keychain. What is a keychain? Where do I find it? Certificate Signing Request (CSR) will be createdHow is the CSR created? Do I need to do something or is this automagic once I install xcode or do something else.It surpises me how bad the documentation for this is. I would think at the very least since I just spent $100 to be in the developer program Apple would have this. If they do....its well hidden.
2
0
1.4k
May ’18
Reply to Accessing name of location programatically?
Converting location information between lat/lon and human understandable form (called a placemark) is called Geocoding,What you are specifically asking for is actually called reverse geocodingIn iOS, this is done using the CLGeocoder class (part of CoreLocation).You can read more about it in the Location and Maps programming guide: Getting Placemark Information Using CLGeocoder
Jan ’16
Collection View Programming Guide for macOS?
The documentation for NSCollectionViewItem refer a Collection View Programming Guide for macOS.Legacy Item SupportFor apps built before OS X 10.11, you created a template item and assigned it to the itemPrototype property of your collection view. To create new instances of the item, you called the collection view’s newItemForRepresentedObject: method. For more information about how to support older collection view configurations, see Collection View Programming Guide for macOS.Where can I find this Collection View Programming Guide for macOS?
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
1.6k
Sep ’17
What's the problem with my map positioning
I made a map positioning app, following is my design: when user logined, his position will be showed on the map automatically, and his location is in the center of the map(which means the blue point is in the center of map). But when i logined in my iphone5s, the blue point always isn't in the center of map, there's a offset in my phone. But the situation is normal in others iphone6, when he logined, the blue point is in the center of map(his position shows in the center of map). Why it has an offset in my phone?
1
0
409
Apr ’17
Maps - Siri Watch Face
Should Maps be listed as a data source for the Siri face?Maps is still not listed effective beta 8.During the watchOS 4 Keynote, Maps integration was announced as a feature.I reported the omission of Maps as a bug, and engineering replied:Engineering has determined that this issue behaves as intended.Is this accurate?
5
0
1.9k
Aug ’17
Guided Project-Apple Pie: How to use map method in place of loop?
I’m going through Develop in Swift Fundamentals and I’m stuck at a problem where it says “Learn about the map method, and use it in place of the loop that converts the array of characters to an array of strings in updateUI().” Here’s the code: var letters = [String]() for letter in currentGame.formattedWord { letters.append(String(letter)) } Thanks in advance.
1
0
1.2k
Apr ’21
App Clips Advanced Experiences not showing up in Apple Maps and Siri Suggestions
Hello everyone, I’m experiencing an issue with App Clips Advanced Experiences and Apple Maps/Siri Suggestions. We have already contacted Apple Support before, but they are investigating the cause of this issue and it has not been resolved til date. The App Clip is bundled with the main app and has been already available on the App Store for several months. The business running the app has several physical shops and wants to offer the App Clip to show up in Apple Maps and Siri Suggestions at each location. The App Clip is correctly exposed in the AASA file, and it's also validated correctly by the AASA APIs available at https://app-site-association.cdn-apple.com/a/v1. { applinks: { apps: [], details: [ { appID: TEAMID.bundleid, paths: [] } ] }, appclips: { apps: [ TEAMID.bundleid.Clip ] } } (with TEAMID and bundleid being the team and bundle identifiers of the app) The App Clip is displayed correctly when loading the website and when scanning a QR code or App Clip c
Replies
8
Boosts
0
Views
1.2k
Activity
Sep ’24
Mind Mapping Tag
I would like to know if there is a SIMPLE way to create a mind map with tags ?
Replies
0
Boosts
0
Views
259
Activity
Oct ’20
How do I show topographic maps?
I installed the developer beta. I don't see how to show topographic maps.
Replies
1
Boosts
0
Views
509
Activity
Jun ’24
Map Views are not loading
i have several apps with MKMapView and none of them are loading in Hybrid mode. I checked a few other apps and this is what I found:MotionX is not loading in Apple Hybrid modeApple Store map page is not loading street namesZillow is not loading mapsRuntastic is not loading mapsHowever, Apple Maps is loading in any mode.I want to make sure this is caused by some down service somewhere and not something that i need to change in my apps.
Replies
2
Boosts
0
Views
363
Activity
Apr ’16
MapKit Map Type Black
Hey guys,So I have a very simple question. I just noticed that Weather Underground has a map type setting that allows you to use the black map. As far as I remember, however, Apple didn't provide that option as Apple only uses that for night navigation. Is there a hidden option to enable that? Or is Weather Underground doing something else?One last thing: if you know how to do that, can you please share it with us, please? I'm really curious.Thanks!
Replies
4
Boosts
0
Views
924
Activity
May ’16
Dummy's guide to code signing
I'm wondering if there is a dummy's guide to code signing. This page seems to have a step by step process but doesn't tell how to actually do any of the steps.https://medium.com/ios-os-x-development/ios-code-signing-provisioning-in-a-nutshell-d5b247760befFor example.... Xcode will be installed and the Intermediate Certificate will be pushed into the KeychainHow? Where do I install xcode from (I actually figured that out)?How or what do I need to do to get the intermediat cert pushed in to the keychain. What is a keychain? Where do I find it? Certificate Signing Request (CSR) will be createdHow is the CSR created? Do I need to do something or is this automagic once I install xcode or do something else.It surpises me how bad the documentation for this is. I would think at the very least since I just spent $100 to be in the developer program Apple would have this. If they do....its well hidden.
Replies
2
Boosts
0
Views
1.4k
Activity
May ’18
Google Maps ? How to enable
I dont see anything to enable Google Maps. Is this coming later?
Replies
4
Boosts
0
Views
3.4k
Activity
Jun ’18
Maps Web Snapshots
Hello there,is it possible to let users take Maps Web Snapshots after searched a location on mapkit js?
Replies
0
Boosts
0
Views
728
Activity
Sep ’23
Reply to Accessing name of location programatically?
Converting location information between lat/lon and human understandable form (called a placemark) is called Geocoding,What you are specifically asking for is actually called reverse geocodingIn iOS, this is done using the CLGeocoder class (part of CoreLocation).You can read more about it in the Location and Maps programming guide: Getting Placemark Information Using CLGeocoder
Replies
Boosts
Views
Activity
Jan ’16
Collection View Programming Guide for macOS?
The documentation for NSCollectionViewItem refer a Collection View Programming Guide for macOS.Legacy Item SupportFor apps built before OS X 10.11, you created a template item and assigned it to the itemPrototype property of your collection view. To create new instances of the item, you called the collection view’s newItemForRepresentedObject: method. For more information about how to support older collection view configurations, see Collection View Programming Guide for macOS.Where can I find this Collection View Programming Guide for macOS?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
2
Boosts
0
Views
1.6k
Activity
Sep ’17
What's the problem with my map positioning
I made a map positioning app, following is my design: when user logined, his position will be showed on the map automatically, and his location is in the center of the map(which means the blue point is in the center of map). But when i logined in my iphone5s, the blue point always isn't in the center of map, there's a offset in my phone. But the situation is normal in others iphone6, when he logined, the blue point is in the center of map(his position shows in the center of map). Why it has an offset in my phone?
Replies
1
Boosts
0
Views
409
Activity
Apr ’17
Maps - Siri Watch Face
Should Maps be listed as a data source for the Siri face?Maps is still not listed effective beta 8.During the watchOS 4 Keynote, Maps integration was announced as a feature.I reported the omission of Maps as a bug, and engineering replied:Engineering has determined that this issue behaves as intended.Is this accurate?
Replies
5
Boosts
0
Views
1.9k
Activity
Aug ’17
Map initiation from Atlantic Ocean
I am facing issue in changing the initial coordinates of map from (0,0) to any other coordinates, before going to the map screen. So that map will start from the desired coordinates , not from (0,0).
Replies
2
Boosts
0
Views
630
Activity
Mar ’24
Guided Project-Apple Pie: How to use map method in place of loop?
I’m going through Develop in Swift Fundamentals and I’m stuck at a problem where it says “Learn about the map method, and use it in place of the loop that converts the array of characters to an array of strings in updateUI().” Here’s the code: var letters = [String]() for letter in currentGame.formattedWord { letters.append(String(letter)) } Thanks in advance.
Replies
1
Boosts
0
Views
1.2k
Activity
Apr ’21
Downloading map for offline use
I am creating a mobile app based around city tours. I want to include a download function that would allow the user to tour offline using GPS/Apple maps. Is this possible?
Replies
0
Boosts
0
Views
711
Activity
Jan ’24