Post

Replies

Boosts

Views

Activity

Reply to How to find forum post with old link?
All old threads have been kept, but renumbered… For instance, this old ref: https://forums.developer.apple.com/message/390994?et=watches.email.thread#390994 is found at: https://developer.apple.com/forums/thread/109156?answerId=390994022#390994022 or https://developer.apple.com/forums/thread/109156 Can't you find some sentence or keywords in the thread and search for it, on the forum or on Google ? You could also search for the author and browse the complete list of posts.
Dec ’21
Reply to CollectionView inside tableView Error
Most likely, the problem is not in the code you showed. How did you create the TableView ? How did you create the collection inside the TableView cell (I would suspect problem to be there). What do you do when cell is selected ? So, please show the full code of the class and explain what you created via IB (maybe adding a screen capture of the VC in the storyboard would help).
Topic: UI Frameworks SubTopic: UIKit Tags:
Dec ’21
Reply to How to avoid the True-Depth frame rate dropping when the ThermalState is serious?
Is there a way to maintain a constant frame rate? Don't try to force the fps up. Doing so, could risk to damage user's phone. Don't try to do it. I don't even know if that would not cause app rejection. Could you find something useful here: https://developer.apple.com/library/archive/documentation/Performance/Conceptual/EnergyGuide-iOS/index.html#//apple_ref/doc/uid/TP40015243-CH3-SW1 https://developer.apple.com/documentation/realitykit/arview/improving_the_performance_of_a_realitykit_app Advice is to reduce complexity of render: https://developer.apple.com/documentation/realitykit/arview/improving_the_performance_of_a_realitykit_app/reducing_gpu_utilization_in_your_realitykit_app
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’21
Reply to [iOS] Guidelines for the UI flow when a User denies a permission
Basically, you should keep as much functionality as possible. But if your app is essentially a location app, that's a problem. So, in such a case, I would alert the user of the effect of denying (what he/she will not be able to do) and explain how he/she can revert the deny. Doing so would incite them to turn it on later. But you should not close the app.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Does Apple allow advertising Apps for Mac OS in Google?
The problem is not on promoting on Google. It is how you use a Mac Trademark (that's forbidden by Apple). Read this thoroughly: https://www.apple.com/legal/intellectual-property/guidelinesfor3rdparties.html
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Access a raw value for pure enum without using associated type
If I understand your question, why don't explore all the cases of the switch, as you did for var formatted: String to get the case ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to find forum post with old link?
All old threads have been kept, but renumbered… For instance, this old ref: https://forums.developer.apple.com/message/390994?et=watches.email.thread#390994 is found at: https://developer.apple.com/forums/thread/109156?answerId=390994022#390994022 or https://developer.apple.com/forums/thread/109156 Can't you find some sentence or keywords in the thread and search for it, on the forum or on Google ? You could also search for the author and browse the complete list of posts.
Replies
Boosts
Views
Activity
Dec ’21
Reply to ISSUE: on iOS 15 the top and bottom banners are black instead of white. These need to be updated to a white background.
What do you mean exactly 'while the code is live' ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to CollectionView inside tableView Error
Most likely, the problem is not in the code you showed. How did you create the TableView ? How did you create the collection inside the TableView cell (I would suspect problem to be there). What do you do when cell is selected ? So, please show the full code of the class and explain what you created via IB (maybe adding a screen capture of the VC in the storyboard would help).
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Access a raw value for pure enum without using associated type
I did not try to do it inside the enum. But you could write a wrapper func: PropertyType would be a list of "calendarComponent", "template", "prefix" func getEntityItem(rawValue: NSNumber, itemType: PropertyType) { // Have the switch here and return the requested property } Note: take care, prefix is a reserved word.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Unable to reset the Iphone
May have a look here: https://discussions.apple.com/thread/250389504. Hope that can help. Otherwise, contact Apple Support.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to App rejection due to bluetooth permission not added in info.plist
Yes, I think that because you use BT somewhere, you have to include it. Why is it a problem to add this in info.plist ? It is so simple to do, no need to bother.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Apple Developer Account Enrollment
The forum is not the right place for a request to Apple. They may never get it. Contact Support instead.
Replies
Boosts
Views
Activity
Dec ’21
Reply to closing case number
I understand you have problem, but the forum is not the right place to ask for resolution. Better contact support again. Good luck.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Tell me about Swift and Callkit
To detect incoming call, add a CXCallObserver https://stackoverflow.com/questions/23535355/how-to-detect-call-incoming-programmatically If that does not answer, please explain and show the code you have so far.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to avoid the True-Depth frame rate dropping when the ThermalState is serious?
Is there a way to maintain a constant frame rate? Don't try to force the fps up. Doing so, could risk to damage user's phone. Don't try to do it. I don't even know if that would not cause app rejection. Could you find something useful here: https://developer.apple.com/library/archive/documentation/Performance/Conceptual/EnergyGuide-iOS/index.html#//apple_ref/doc/uid/TP40015243-CH3-SW1 https://developer.apple.com/documentation/realitykit/arview/improving_the_performance_of_a_realitykit_app Advice is to reduce complexity of render: https://developer.apple.com/documentation/realitykit/arview/improving_the_performance_of_a_realitykit_app/reducing_gpu_utilization_in_your_realitykit_app
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to convert Gmail emails to PDF?
Is that a question or an ad ?
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to resurrect the iPhone 12?
Which app did you delete ?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Dec ’21