Post

Replies

Boosts

Views

Activity

Reply to Detect SwiftUI modal style presentation
Hi everyone. I found a solution. In a full-screen cover presentation, always a top safe area is not equal to zero. In a usual sheet, the top safe area is always zero. (I didn't test it with detents and a drag indicator, in the last case logically the safe area should be different from zero), The workaround is to use a geometry reader to get the safe area and then apply a conditional view o whatever you need. I hope it helps you.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’23
Reply to Error when I tried to redeem a code from Mac
They kind of code is an offer custom code. We have the same app (bundle id) on macOS (Mac catalyst) and iOS. It was generated on the related section (offer codes) in the App Store Connect. We filled a feedback assistant FB12075457 this is something that we are looking for a reply. We filled lots of feedback assistants in the past but never the status changed. Thanks in advance.
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’23
Reply to How to create an extension point
If it's truth @eskimo, Which is the apple app list that defines extension points? Thanks in advance
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to runsForEachTargetApplicationUIConfiguration get configuration
Thanks for your reply, but the Locale.autoupdatingCurrent does not match the configuration provided by runsForEachTargetApplicationUIConfiguration
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Stop tunnel method gets interrupted on 'providerDisabled'
Same issue any updates?
Replies
Boosts
Views
Activity
Dec ’22
Reply to Stop tunnel method gets interrupted on 'providerDisabled'
@eskimo to track it FB11875881 Thanks in advance.
Replies
Boosts
Views
Activity
Dec ’22
Reply to runsForEachTargetApplicationUIConfiguration get configuration
https://feedbackassistant.apple.com/feedback/11904903
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Detect SwiftUI modal style presentation
Hi everyone. I found a solution. In a full-screen cover presentation, always a top safe area is not equal to zero. In a usual sheet, the top safe area is always zero. (I didn't test it with detents and a drag indicator, in the last case logically the safe area should be different from zero), The workaround is to use a geometry reader to get the safe area and then apply a conditional view o whatever you need. I hope it helps you.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Announcing App Development with Swift Certification
It would be great if: There would be more than one level Certify developer experience with Swift Get certified to teach Swift. Would be related to a version of Swift.
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Add explanation to LibraryItem
Also is it possible to choose a predetermined image to set them? I mean, I have a custom view that acts like a button. The image that I can see on the Xcode library is not a button.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Error when I tried to redeem a code from Mac
They kind of code is an offer custom code. We have the same app (bundle id) on macOS (Mac catalyst) and iOS. It was generated on the related section (offer codes) in the App Store Connect. We filled a feedback assistant FB12075457 this is something that we are looking for a reply. We filled lots of feedback assistants in the past but never the status changed. Thanks in advance.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Error when I tried to redeem a code from Mac
Thanks, for the investigation. The issue was marked as resolved. Because literally "Works as currently designed". Could you clarify this? Why is it working as designed? I think that the reply on the thread can be great to get it know to all users in the forum Thanks in advance
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to iOS 16.1 or newer cannot manage sandbox user subscriptions from settings
FB12085191
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to iOS 16.1 or newer cannot manage sandbox user subscriptions from settings
Looking forward a solution/workaround, thanks for your attention
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to How to build with IOS 16.0 on recently installed XCode 14.1
Did you change your path to the new Xcode? sudo xcode-select -s pathToTheNewXcode Also, you have to recompile using the new Xcode. It will use by default 16.X simulators, but you can chose whichever you want till Xcode allows it (I mean, a simulator with iOS 12 maybe it's not allowed)
Replies
Boosts
Views
Activity
Apr ’23
Reply to Xcode Build Error : ---/----.modulemap' not found
Seems to be something related to the framework MultiplatformBleAdapter, please reach out to the developer/organization who manage it. Maybe the Framework provided has no module map for the current architecture to against you are building the project.
Replies
Boosts
Views
Activity
Apr ’23
Reply to Cannot find 'Email' in scope;Cannot find 'PAssword' in scope;Cannot find 'RsWpassword' in scope
Which are the conflict lines? Could you edit the example again to view it more clear? I think you are declaring structs inside the ContentView body. if you do it outside of it, should work.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’23