Hello, I set up multiple Advanced App Clips experiences with some attached to locations in Apple Maps. But it never appears on those locations in the Maps app. However, the App Clips perfectly launch when scanned from a QR Code, but the App Banner in Safari does not appear if the App is not already installed on my phone. Does anyone know how to debug and fix this issue? Or maybe I am missing something, a review of such Advanced App Clips Experiences linked to Maps perhaps?
Search results for
Apple Maps Guides
154,023 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I'm already having the one application on appstore. I need to publish the one more app. Can I map the same certificate to map for newer profile ? So that it get listed under the same company.
We have a multi-use path system in Peachtree City, Georgia. One of the main uses is for golf carts, I would like to add the paths to Maps. Many people use electric golf carts, ride bikes and walk instead of driving a car. It would be great for these paths to be accessible in Maps. Any suggestions on how to do that?
What is the difference between Bottom Space to Bottom Layout Guide and Vertical Spacing to Bottom Layout Guide in Interface Builder?
I want to create a 2D game platformer on Swift like Mario, and I want to use Tile Map Node. Can I give this Map physical settings, for example let the player be able to run on the textures? Or should I use borders and make lines for all maps by commands? I was looking for some information on the web, but I found only Cocos2D and non-platformers. If yes what code should i use?
How do I trace a map on the floor as the user walks through their house, like a trail or heatmap, and then save this trail to CoreData Would it be possible to load and view this map later in the same spot? Or rescan the trail in the same area?
When will Austin, TX Mapping be Available-- in particual the Domain Area surrounding the Apple Store?
Please see page 30 of the CarPlay App Programming Guide (https://developer.apple.com/carplay/documentation/CarPlay-App-Programming-Guide.pdf ), under 'Base View': The base view must be used exclusively to draw a map, and may not be used to draw alerts, overlays, or other UI elements. All UI elements that appear on the screen, including the navigation bar and map buttons, must be implemented using the provided templates. Your app won’t receive direct tap or drag events in the base view.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
Hello! Has anyone had any experience with Apple Maps API, passing their daily calls limits? I have asked for an increase since my website today went live, and tomorrow is usually a busy day for the site, so dont want it to go offline. Does it automatically increase? I have already requested more calls from Apple, but wanted to check how long it would take before you get a reply, and if you need to pay more. Any details would be really helpful!!
How is to turn on the maps capability in application?
Within the 'The Swift Programming Language iBook, the Language Guide can be used alongside The Tour, if more detailed explanations are required. The 'Basic Operator' section of the Language Guide defines the remainder operator, %, which, in conjuction with the .map method, enables location of the odd-numbered values within the array. Any integer, when divided by 2, produces a remainder of either 0 or 1. Odd integers contain a remainder of 1. Once located, operations can be performed upon the integers, mutating the values within their respective indices in the array.
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Hi everyone !I would to build a multy pass rendering engine based on scenekit and OpenGL. I saw that with a SCNRenderer I can render the color and depth map of my scene in my own framebuffer. //load Framebuffers glGenFramebuffers(1, &myFBO); glBindFramebuffer(GL_FRAMEBUFFER, myFBO); geometryBufferDrawBuffer = GL_COLOR_ATTACHMENT0; glDrawBuffers(1, &geometryBufferDrawBuffer); // Attach textures to framebuffer glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 , GL_TEXTURE_2D, colorTexture, 0); glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_2D, depthTexture, 0); [scenekitRenderer renderAtTime:currentTime];But I also need to get the normal map. Is there a way to get it ? I tryed to attach a texture to a second color attachement, but I only get the color map. And I can't render the scene with my own shaders.Thank you for your helps !
Since i have upgraded to Xcode 9 & Target (11.0) I have following problems one top and Bottom - LaunchScreen.storyboard: Bottom layout guide is deprecated since iOS 11.0 Please assist regards Kelvin Johnston
Hello. Are there any tutorials or guides to follow on developing AR apps? From what I see in the documentation it is mostly a reference. As someone new to developing AR apps for iOS I was wondering if there is some documentation that gives an overview of the general approach and structure of AR apps. Thanks, Val