Post

Replies

Boosts

Views

Activity

Reply to So @Apple - What're you going to do with the ongoing spam & consumers being able to post here
All it takes is determining if there is a paid contract on file, no spammer is going to mess with having to pay for and losing an account each time due to the cost and it allows apple to enforce the rules more. No paid contract on file then read only access is provided. As for students validate them via their institution id numbers, parents where needed or a student paid contract. This will prevent furious consumers from posting here as well.
Oct ’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.
Sep ’22
Reply to SwiftUI is crashing when changing the tabs
Show us code instead pretty much what you're doing.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to iOS16 Widget Lock Screen show sensitive information even if .privacySensitive() is set
Try adjusting the visibility options for the same widget in the phone settings maybe under privacy and see of the code honors the logic.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to So @Apple - What're you going to do with the ongoing spam & consumers being able to post here
All it takes is determining if there is a paid contract on file, no spammer is going to mess with having to pay for and losing an account each time due to the cost and it allows apple to enforce the rules more. No paid contract on file then read only access is provided. As for students validate them via their institution id numbers, parents where needed or a student paid contract. This will prevent furious consumers from posting here as well.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Widgetkit | Connection Issue on Real Device
If using an actual device, ensure the internet is accessible via WIFI or Data, the request is using SSL, and the hostname is resolvable.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to WeatherKit returning blank response
Then the API limits have been exceeded.
Topic: App & System Services SubTopic: General 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
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 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 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 Version History in the App Store
No, just the version released to the AppStore after approval
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 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 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 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 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