Post

Replies

Boosts

Views

Activity

Reply to UIApplication.shared.open iOS 18
Those are two different methods. This is the one with a closure that works https://developer.apple.com/documentation/uikit/uiapplication/1648685-open This one, with no closure is deprecated and nonfunctional https://developer.apple.com/documentation/uikit/uiapplication/1622961-openurl
Topic: UI Frameworks SubTopic: UIKit
Sep ’24
Reply to Issue loading webview with 18.4 beta
This is a forum for people developing software for Apple devices. That said, you need to contact the software developer(s) for the apps breaking. Do remember that beta software is potentially incomplete/broken.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Developing app for personal use only
I've done that for a media app I wrote. You just need to run it on a provisioned device. You will need to run it from xcode periodically since the provisioning profile expires to refresh it.
Replies
Boosts
Views
Activity
Feb ’25
Reply to PWA Web Push not arriving on iOS 18.0 - solved
I don't know if it is connected, but iOS 18 seems to generally have trouble with notifications. Setting it to use the display as a count seems to help. Restarting the phone or turning notifications off and on for an app sometimes helps.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Whats app writing tools issue
This forum is for people developing software for Apple platforms. You should probably contact the software developer to ask for them to add new features to their applications.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Error Handling for Widget APIs in iOS that neither raise any exception nor return any value?
I was under the impression that UIKit elements weren't supported for widgets.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to IOS 18 is blocking GPS connectivity for Waze/Google Maps…
You might get better answers in the consumer forum. This one is for people developing software for apple devices. https://discussions.apple.com/welcome?cid=gn-com-community-lp-get_help That said I found a post talking about Waze putting out an emergency patch. You might also look for support forums for the applications.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Screen record restriction in MacOS app
It is worth remembering that there is nothing stopping someone pointing a phone camera at the screen and recording it that way.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Assets.xcassets vs. Media.xcassets
The name can be what you want. It is good to have a naming convention for apps you create.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Typographic question for space character
Have you considered attributed strings? That, among many other things, supports tab stops.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Problem installing debugging on IOS 18 with Xcode 16
I find that opening the device/simulator window and unpair the device. It will immediately start to re-pair with the device. 3rd party vpn's can block the connection.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Is there a quick way to package Android applications written in Kotlin language into iOS applications?
There is at least one Kotlin plug-in for xcode that would let you develop iOS applications in Kotlin. I would suspect the ease/difficulty of making your apps work in iOS would depend on how you built the ui. If everything is in Kotlin it would be easier than if you used android specific code.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to UITabBarController didSelect item not working on iOS 18
The signature for the delegate method has likely changed to support swift concurrency. That sort of issue has broken a lot of our app's screens,
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to UIApplication.shared.open iOS 18
Those are two different methods. This is the one with a closure that works https://developer.apple.com/documentation/uikit/uiapplication/1648685-open This one, with no closure is deprecated and nonfunctional https://developer.apple.com/documentation/uikit/uiapplication/1622961-openurl
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Sep ’24
Reply to How to download 17.6.1 simulators?
Apple seldom does simulators for minor releases. Those tend to not impact the simullator.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Is Swift6 required for iOS18 production apps?
I would expect to be able to use swift 5 for some time. xcode 16 doesn't require you to use swift 6 That said, it is better to begin migration sooner rather than later. We still have objective c code.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’24