Post

Replies

Boosts

Views

Activity

Long press gesture on SwiftUI's Map View (watchOS)
Hi there, I’m developing a watchOS app using SwiftUI, and I want to allow users to interact with the map using the panning gesture and also drop waypoints by long pressing anywhere on the map—just like in the built-in Apple Maps app on watchOS, where a long press drops a pin and panning still works seamlessly. However, with SwiftUI’s Map, any attempt to attach a gesture other than .onTapGesture (such as LongPressGesture or DragGesture) seems to block the built-in map interactions, making panning impossible. Is there a supported approach to detect long press gestures anywhere on the map while still allowing all standard map interactions (as seen in Apple Maps on watchOS)? Or is this something only possible with private APIs or internal access? Any guidance or best practices would be greatly appreciated! Thank you!
1
0
102
Jun ’25
[NSBundle bundleForClass:self.class] in framework's file returns app's bundle on Xcode 13
Hi, I have a framework (in form of cocoa pod) which calls in one if its class [NSBundle bundleForClass:self.class]. When I build & run the app locally, everything works as expected, bundle of the framework is being returned. This is not a case when I publish the app to TestFlight where app's bundle is being returned (bundle of the app that uses that framework). This started to happen only after I started using Xcode 13 for archiving, before on Xcode 12 everything worked fine (bundle of the the framework was returned). Wanted to ask if this is an expected behaviour when using Xcode 13? Why the behaviour is different for running app locally and the app archived and published on TestFlight? Thanks for your help! Robert
0
0
527
Jun ’22
App Store Connect: "Ready to submit" builds are not available to submit for review
In App Store Connect under Testflight section I can see multiple builds with status "Ready to submit". When I go to App Store section, click on the version of the app which I want to submit, scroll down to the Build section, I dont see any "plus" button I normally see to select the build I want to submit for the review. Just to clarify, the builds that I can see under Testflight section that are "Ready to submit" are the same versions as the app version I open under App Store section when I want to submit app for the review. All I can see in that Build section is "Upload your builds using one of several tools. See Upload Tools". Could you please let me know what this could be caused by? I have sent for review around hundred builds of several apps before and never had this issue. My deployment target is iOS 11.0 and those "Ready to submit" builds are not expired. Thanks for your help!
0
0
1.7k
Feb ’21