Post

Replies

Boosts

Views

Activity

Reply to Apple you have a very high number of non-developer related issues being posted making it difficult for us developers to assist other developers in need of answers.
Forum access should be based on a paid contract with all the required paper work completed and once approved then access is granted to the forum. The same process for students, validate their student’s ID because by making it easily accessible for them it is opened for spammers.
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 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 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 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 Apple Developer Enterprise Program Application stuck in void
Your description of what your company does and who it is done for is reason enough for Apple not to reissue the certificate.
Replies
Boosts
Views
Activity
Sep ’22
Reply to iOS 16.0 _cache_getImp crash due to bad access
Something like this will only happen if an object is dereferenced during access. So some root cause analysis based on what is actually calling these APIs from user/developer code is a good place to start.
Replies
Boosts
Views
Activity
Sep ’22
Reply to How to delete the warning 'This method should not be called on the main thread as it may lead to UI unresponsiveness.' shown in xCode14
Set break points in PostAppDelegate to see what might be causing the warning.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Application circumvented Objective-C runtime dealloc initiation for _UITextLayoutFragmentView
Are you using Objective-C, Swift or SwiftUI?
Replies
Boosts
Views
Activity
Sep ’22
Reply to Apple you have a very high number of non-developer related issues being posted making it difficult for us developers to assist other developers in need of answers.
Forum access should be based on a paid contract with all the required paper work completed and once approved then access is granted to the forum. The same process for students, validate their student’s ID because by making it easily accessible for them it is opened for spammers.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Version History in the App Store
No, just the version released to the AppStore after approval
Replies
Boosts
Views
Activity
Sep ’22
Reply to iOS 16 kills WKWebView instances unattached to a ViewController
When you smash your left toe with a hammer remember you have nine more toes to go. What you're doing with the API is wrong and self-inflicted.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to presentationMode.wrappedValue.dismiss() Bug iOS 16 | SwiftUI 4
When used like this I have no issues: struct SomeView: View {     @Environment(\.dismiss) var dismiss // called via a Button or some UI action of SomeView when presented by a parent View private func save() {   DispatchQueue.main.asyncAfter(deadline: .now() + 0.763) {             dismiss()         }     } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to SwiftUI App Crashing on iOS 16 and on rest of the devices its working fine.
It looks like a nested ForEach Crash at lines 176 & 76 & 44, where one of these loops exceeds the upper bounds of its collection.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Apple Developer account
Just like IBM approval is pending background checks ... It's the weekend, and you're not the only person ...
Replies
Boosts
Views
Activity
Sep ’22