Post

Replies

Boosts

Views

Activity

Reply to MapKit Rendering MKPolygon from geoJson stopped working
Is it possible that there could be errors in the GeoJSON file? It may be hard to know this... ...but I wonder if some parsers are more "forgiving" than others, so perhaps there has been a change here. If a polygon partially renders, then the map locks up, it sounds possible that the code is encountering an error in the polygon. Does your file only contain one polygon, and do you only have the issue with this particular polygon?
Dec ’21
Reply to What is the best way to create a Custom Loading Indicator
It's not entirely clear what you are asking. You are "developing" 7 images...? Do you want to show a loading indicater while your 7 images load? Or are the 7 images to be used in your custom loading indicator? SwiftUI provides a ProgressView, to use as a loading indicator. Best to use that, unless you have specific reasons for needing a custom loading indicator?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’21
Reply to iOS 15 app ui keep breaking after few hour kept in background
Just for interest, @kinjal_boghara, has this question already been posted before, by @michalis-ligopsychakis? https://developer.apple.com/forums/thread/695270 And this one, by @dhairyasenjaliya https://developer.apple.com/forums/thread/696936?answerId=698718022#698718022 (Which has been answered.) What is going on here? Have you created all these accounts, to repeat the same question? Or are multiple people asking the same question (then ignoring the answers)? Why? I (and others) are happy to help, if you are genuine.
Topic: Design SubTopic: General Tags:
Dec ’21
Reply to Where to select the primary category for my app
Hi @SeymourKnecht Your question "How to submit images in review process" was answered by @Claude31 You thanked them, but did not (yet) mark their answer as "Correct", to close the question. You could do that now! If you agree that my answer here is correct, then please mark that as correct. (That's what makes the forum work.) If you have further questions about my answer, then please ask away!
Dec ’21
Reply to iOS 15 app ui keep breaking after few hour kept in background
If the app has been backgrounded for about an hour, then it is reactivated... It might still be in memory, so it will "resume" operation It might have been removed from memory, so it will "relaunch" The first step in your diagnosis is to distinguish between those two cases. Other thoughts: Are you saving state when the app is backgrounded? Are you restoring state on foregrounding? Is what you call the "SplashScreen" actually the Launch Screen, that shows when the app is Launched, or is it something else?
Topic: Design SubTopic: General Tags:
Dec ’21
Reply to HELP ME ASAP
Did you mean "Please help me asap"?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to MapKit Rendering MKPolygon from geoJson stopped working
Is it possible that there could be errors in the GeoJSON file? It may be hard to know this... ...but I wonder if some parsers are more "forgiving" than others, so perhaps there has been a change here. If a polygon partially renders, then the map locks up, it sounds possible that the code is encountering an error in the polygon. Does your file only contain one polygon, and do you only have the issue with this particular polygon?
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to turn off the camera of an IOS device via SwiftUI
No, there is no way to do this on iOS.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Touch event in UIView is not notified
Are the "ThumbnailView" frames being set up correctly? That is, do thay have a tappable area? (You could double-check this by giving them a colored background.)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to What is the best way to create a Custom Loading Indicator
It's not entirely clear what you are asking. You are "developing" 7 images...? Do you want to show a loading indicater while your 7 images load? Or are the 7 images to be used in your custom loading indicator? SwiftUI provides a ProgressView, to use as a loading indicator. Best to use that, unless you have specific reasons for needing a custom loading indicator?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to test for xss
Please do not do this, @benny_ncc
Replies
Boosts
Views
Activity
Dec ’21
Reply to Where to select the primary category for my app
App Information > General Information > Category @SeymourKnecht don't forget, when someone answers a quention correctly (like your "How to submit images..." question), you should mark the answer!
Replies
Boosts
Views
Activity
Dec ’21
Reply to Build mobile improper installed on macos m1
Which version of Xcode are you using? How are users installing your app?
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Can iOS kill an application in background in battery saving mode
Did all these answers help you, @Yozzy?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to iOS 15 app ui keep breaking after few hour kept in background
Just for interest, @kinjal_boghara, has this question already been posted before, by @michalis-ligopsychakis? https://developer.apple.com/forums/thread/695270 And this one, by @dhairyasenjaliya https://developer.apple.com/forums/thread/696936?answerId=698718022#698718022 (Which has been answered.) What is going on here? Have you created all these accounts, to repeat the same question? Or are multiple people asking the same question (then ignoring the answers)? Why? I (and others) are happy to help, if you are genuine.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to URLSessionDelegate usage
Best to post your code in a code block (using Paste and Match Style). Then people may be able to help you.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Slow adoption for new App version
Speaking as a user, it drives me nuts when apps have to be updated at crazy-fast intervals. Personally, I would delete an app that was updated that regularly. We usually release a new version of the app twice per week As a developer, I would be interested to know why such frequent updates are necessary.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Slow adoption for new App version
Do you think it might be related to the adoption issue we're having? Yes, because too-frequent updates worsen the user experience. (Which can make users behave in unpredictable ways.) Do you have a strong opinion on how frequent should be the releases for an app? Yes. No more than monthly, and preferably less frequent than that.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Where to select the primary category for my app
Hi @SeymourKnecht Your question "How to submit images in review process" was answered by @Claude31 You thanked them, but did not (yet) mark their answer as "Correct", to close the question. You could do that now! If you agree that my answer here is correct, then please mark that as correct. (That's what makes the forum work.) If you have further questions about my answer, then please ask away!
Replies
Boosts
Views
Activity
Dec ’21
Reply to iOS 15 app ui keep breaking after few hour kept in background
If the app has been backgrounded for about an hour, then it is reactivated... It might still be in memory, so it will "resume" operation It might have been removed from memory, so it will "relaunch" The first step in your diagnosis is to distinguish between those two cases. Other thoughts: Are you saving state when the app is backgrounded? Are you restoring state on foregrounding? Is what you call the "SplashScreen" actually the Launch Screen, that shows when the app is Launched, or is it something else?
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21