Post

Replies

Boosts

Views

Activity

Comment on App Store stuck In review loop - Help
I understand your frustration, but you give the answer yourself: "You need to submit an Appeal to expedite the process BUT you need to give a valid reason such as there is a bug happening in production or something..." That's the case everywhere when you appeal. There must be a reason for appealing that may justify a change in decision. In addition, when an app is rejected it is very important to explain clearly what you did to correct or why you think it is a misunderstanding. Not by considering the reviewer is dumb, but simply that he/she cannot spend 2 hours on the app and so needs easy to check information.
Apr ’22
Comment on Picker freezes
Thanks for feed back. It was effectively a bug. You close by marking the answer you consider correct (the circle with the √ sign below the up and down arrow next to the answer. So you can also close your bug report.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Comment on How to add UserDefaults to save a table view button status?
Thanks for the feedback. I had the same feeling when starting of others experts (on this forum notably) knowing so much more than me.I learned first from books, then by practicing. I used forums a lot. I followed online courses (Stanford iOS is excellent, but there are others) ; when I had an issue and most important, I took time to read technical articles for in depth understanding (Ray Wanderlich is excellent at this). So, just be curious, don't simply copy code for a quick fix but understand what it does, why it works and why previous code didn't. Good continuation and enjoy.
Topic: UI Frameworks SubTopic: UIKit Tags:
Apr ’22
Comment on Deleting a View Instance with the Tap of a Button
There is a misunderstanding. You should not remove the all declaration @Binding var id: UUID    just replace with var id: UUID
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Deleting a View Instance with the Tap of a Button
Note that @Binding does not seem necessary here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on App Store stuck In review loop - Help
I understand your frustration, but you give the answer yourself: "You need to submit an Appeal to expedite the process BUT you need to give a valid reason such as there is a bug happening in production or something..." That's the case everywhere when you appeal. There must be a reason for appealing that may justify a change in decision. In addition, when an app is rejected it is very important to explain clearly what you did to correct or why you think it is a misunderstanding. Not by considering the reviewer is dumb, but simply that he/she cannot spend 2 hours on the app and so needs easy to check information.
Replies
Boosts
Views
Activity
Apr ’22
Comment on "-[_NSXPCDistantObject ___nsx_pingHost:]: unrecognized selector sent to instance 0x600000408140" error while working with photo editing extension
You market your answer as the correct answer,. So it seems you have found the solution ? What was the problem ? That could be of interest for others.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on "-[_NSXPCDistantObject ___nsx_pingHost:]: unrecognized selector sent to instance 0x600000408140" error while working with photo editing extension
So it seems you have found the solution ? What was the problem ? That could be of interest for others.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Why more number of getsegmentdata crashes occurs
You welcome. Sure several of us will try to help as soon as they get the complementary info.
Replies
Boosts
Views
Activity
Apr ’22
Comment on What are the methods for jumping a page?
You're probably right from previous post. But he/she should be more explicit…
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on how to find selected row array index in Table
Thanks for feedback. In fact the key was id = UUID(). It seems you never use index ? Otherwise, this is probably a typo: index: "2, id: 2"
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How can I write this generic as a var instead of a func?
Yes, using func is much easier. But your question was a challenge to find a way to express it as a var. Good continuation, don't forget to close the thread. It may be of interest of others to see there was a solution tou the question, even though too complex for the benefit.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How to change the IOS version in Xcode 13 simulation
If you can't rely on simulator running on Mac, you may need to find an iPhone with older iOS version.
Replies
Boosts
Views
Activity
Apr ’22
Comment on Picker freezes
Thanks for feed back. It was effectively a bug. You close by marking the answer you consider correct (the circle with the √ sign below the up and down arrow next to the answer. So you can also close your bug report.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on ios beta
No, it should support 15.4.1 as well. Contact support.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How to add UserDefaults to save a table view button status?
Thanks for the feedback. I had the same feeling when starting of others experts (on this forum notably) knowing so much more than me.I learned first from books, then by practicing. I used forums a lot. I followed online courses (Stanford iOS is excellent, but there are others) ; when I had an issue and most important, I took time to read technical articles for in depth understanding (Ray Wanderlich is excellent at this). So, just be curious, don't simply copy code for a quick fix but understand what it does, why it works and why previous code didn't. Good continuation and enjoy.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Help me with using of computed properties in the Playground
You welcome. Don't forget to close all your threads by marking the correct answer.
Replies
Boosts
Views
Activity
Mar ’22
Comment on Limit app usage with Screen Time API
I think it is not possible to limit other apps, unless you are in an MDM or equivalent scheme. And that's logical. Would you want some competitor be able to limit the use of your app on a customer device ? Not me.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22