Hi,we create an application for car pooling.I need to open Apple Maps APP to start navigation.But I just need to enter GPS coordinates for:Start pointWaypointsEnd pointGoogle maps and Sygic has waypoints, as defined in the documentation.But for Apple Maps, I can't find this option in documetation.Can you advise me how to implement this?Apple documentation:https://developer.apple.com/library/archive/featuredarticles/iPhoneURLScheme_Reference/MapLinks/MapLinks.html#//apple_ref/doc/uid/TP40007899-CH5-SW1THX
Post
Replies
Boosts
Views
Activity
Our current application, which uses VOIP push notification is built using SDK_12.4 within XCode_10.3.Using two developer profiles we have one app in Apple Store and another is build as in-house for internal use.On the web there are some speculation about what will happen with old voip apps by the begining of April 2020, when new VOIP push notification rules will take effect.We are aware of new ios13 VOIP push notification rules and we are currently working on full implementation. But before that:What will really happen after the D Day? Meaning apps built using old tools and using old voip push notifications.- Will our currently published Store apps be still available on Apple Store as it is now?- If yes, will our app continue to receive old voip push notifications?- If yes, for how more long time?- And what about our in-house app? Same story?We would like to have a definitive answer, before our apps will go doom.Thank you
I implement callKit in to app.Build it with xcode 10.3Sometimes it happens that the incoming call is hidden.Only for iOS13.In iOS 12, the callkit flashes, but then appears.Application was not closed by system.And ringing continues to play.Double click on the home button to open CallKit screen.How to debug it?Is it possible that this is a CallKit error?THX
In iOS12 and older, it was possible to copy ringtones from “/ Library / Ringtones” to this path “/var/mobile/Containers/Data/Application/.../Library/Sounds/”The following was enough to set the ring tones for ConfrigurationProvider and then CallKit was able to ring with the desired ringtone.This does not work on iOS 13.Is it an iOS13 error/bug or is this option disabled completely?If this is disabled, is there an option to use Apple’s ringtone for our application, please??