Post

Replies

Boosts

Views

Activity

Reply to Get it right (to left) WWDC2020 proplem
Is the phone's Settings App Language actually set for the right to left languages? If so, then the app should automatically pick this up. Also, just make sure the key path parameter of the environment modifier has a backslash for layoutdirection .environment(\.layoutDirection, .rightToLeft)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’22
Reply to UITableView XCTest Swipe Pagination issues
First of all, any UI Automation should not be making live outbound API calls. You need to implement a data mocking mechanism during testing where the UI wait times are constant and are not bound by the variable response times related to real data requests before triggering a UI action or gesture.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’22
Reply to App crashing on iOS 9 only when release via App Store (not in debug, not with ipa file)
Well, you're using APIS available for newer versions of iOS and not 9. Simple. And why on earth is anyone still using iOS 9?
Replies
Boosts
Views
Activity
Sep ’22
Reply to iPhone14ProMax Simulator NavigationBar start not equal status bar height
Those numbers are not yours to worry about. Read the human interface guide and understand why the status bar is located x=0, y=0 and why the origin of the nav bar is located at x=0 and y=53 in relation to the status bar. If the intent is to have no status bar, then turn it off.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to iPhone14ProMax Simulator NavigationBar start not equal status bar height
Those numbers are not yours to worry about. Read the human interface guide and understand why the status bar is located x=0, y=0 and why the origin of the nav bar is located at x=0 and y=53 in relation to the status bar. If the intent is to have no status bar, then turn it off.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Apple Review Team constantly rejects my Radio FM App!
If you don't own the rights to the streams nor are in possession of a contract between you and the stream services, then the rejection is justified.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Paid for an Apple Developer Program account but cannot access any services
Purchasing is one thing, but did you submit and complete all required tax & banking documentation?
Replies
Boosts
Views
Activity
Sep ’22
Reply to Please readd live wallpaper on iOS 16
But are you an iOS developer? Please post your concerns here: http://communities.apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Get it right (to left) WWDC2020 proplem
Is the phone's Settings App Language actually set for the right to left languages? If so, then the app should automatically pick this up. Also, just make sure the key path parameter of the environment modifier has a backslash for layoutdirection .environment(\.layoutDirection, .rightToLeft)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to How can I use Superpages on an M1 Mac?
See paper: https://llvm.org/pubs/2009-03-ACMSE-Superpage.pdf
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to UITableView XCTest Swipe Pagination issues
First of all, any UI Automation should not be making live outbound API calls. You need to implement a data mocking mechanism during testing where the UI wait times are constant and are not bound by the variable response times related to real data requests before triggering a UI action or gesture.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to New MacBook for Web Development
Post your question here or visit a local apple store: https://discussions.apple.com/welcome
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Cannot install Ventura om M2 MacBook
Download from here instead: https://updates.cdn-apple.com/2022SummerSeed/fullrestores/012-61458/80300AD0-69E5-4429-AE3E-A936CA83B5FC/UniversalMac_13.0_22A5331f_Restore.ipsw
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 14 - WatchKit App - Unable to install "App"
For some weird reason - removing the info.plist for the watch app and a clean build folder fix the problem.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Xcode 14 - WatchKit App - Unable to install "App"
Anyone @Apple ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Can I delete my Developer Forums profile
What personally identifiable information do you think the forum is storing on you that doesn't already exist under your apple id that is not duplicated here? And how does removing your profile help with posts created or answered by you that could help someone else?
Replies
Boosts
Views
Activity
Jul ’22
Reply to How to do async IO using IOUSBHostPipe?
Take a look here https://developer.apple.com/documentation/driverkit/communicating_between_a_driverkit_extension_and_a_client_app on the call back logic
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’22