So I find that I am able to fire up Safari on my phone and I can type the following to get to the relative app:
weather:// -> Weather App
maps:// -> Maps App
wallet:// -> Wallet App
music:// -> Music App
message:// -> Mail App
messages:// -> Messages App
Does anyone know a quick link like the ones above for Apple's Translate app? I would love to be able to easily open it via a link.
Post
Replies
Boosts
Views
Activity
I'm on MacOS 15 Beta and Xcode 16 Beta. Running iOS 18 Beta on a 15 Pro Max.
I'm leveraging the .mapItemDetailSheet(item: input) option to pull up a sheet that displays the Place Card for a selection made from a List of places.
This is working great on my iPhone 15 Pro Max and my iPad Pro 13.
I also have the Mac Catalyst option added under:
Project \ General \ Supported Destinations
If I launch the app from Xcode via the play button, the app functions fine on my MacBook Pro and I get logs in Xcode, etc.
However, if stop the session in Xcode and attempt to run the same app on its own on my MacBook Pro, the mapItemDetailSheet does not populate with any information.
Anyone have ideas on where the disconnect could be? Why would the sheet populate with data when ran from Xcode but not when ran on its own?
Again, it runs fine on the iPhone and iPad. Any ideas would be helpful and appreciated.
I'm on MacOS 15 Beta and Xcode 16 Beta.
Running iOS 18 Beta on a 15 Pro Max.
I'm leveraging the .mapItemDetailSheet(item: input) option to pull up a sheet that displays the Place Card for a selection made from a List of places.
What I'm seeing is that the first tap fails to pull up the sheet and it auto closes pretty much immediately. But then loads correctly on the second tap.
Other times it will not auto close, but simply fail to load the item details in the sheet. Again, though, if I close the sheet and tap a second time it loads without issue.
I'm posting to get some feedback as to whether this is most likely caused by bad code (I'm very new to this) or if it is known behavior and due to the Beta software. Any insight from the community would be helpful.
Thanks in advance.