Post

Replies

Boosts

Views

Activity

Reply to Guideline 4.3(a) - Design - Spam
Have you searched the App Store for "AI Food Scanner"? I just did, and counted 50 before I got bored. Also, almost all of them do that thing in their screenshots where they make one of the bits of info jump out of the phone screen, like you have. While you may think you have an "entirely original concept", you don't. (Also, in your screenshots the top bezels are deeper, making them look strange.)
Mar ’25
Reply to Language choice sometimes pops up during Recovery
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks. (Also, you randomly picked some tags to add, which should've been a red flag to you that you were in the wrong place, and now people searching for those tags will have your entirely unrelated post come up.)
Feb ’25
Reply to Autofill
Right, so as I said, this is nothing to do with us random developers, and is an issue personal to you and your use of your device. Please post your question with more details in the Apple Support Forums (link in previous reply). Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Feb ’25
Reply to App Rejected
Right, so have you implemented anything to adhere to those rejections? Your app really does need to be more useful. If it's just a minimal front-end to a website or something, it doesn't need to be an app and will be rejected. And yes, if you offer to create accounts you have to allow a user to delete their account entirely. I don't see your issue here.
Feb ’25
Reply to No renew button in developer app, signed in a account holder
You need to go to your account at: https://developer.apple.com/account/ In there, tap the "Membership details" card at the top, or scroll down. There's an "Auto-renew" switch. If your account expired, there may be something else there (but I can't confirm as my account hasn't expired...). Hope this helps. I wouldn't expect to use the Developer app for this sort of thing.
Feb ’25
Reply to Too small font in Notes app
You need to raise a feedback request for this. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. While there are some Apple employees on here, they aren't here to handle feature requests. You can raise a feedback request here: https://feedbackassistant.apple.com/
Feb ’25
Reply to Simple console display test - preview not working as expected
That's because I think you're using the preview in the wrong way. The preview is there to show you what you've developed, i.e. your ConsoleView(), but you're adding an extra button into there that doesn't exist in the code you're testing. Just use the preview like this: #Preview { ConsoleView(lines: "x\ny\nz\n") } That previews the ConsoleView with the initial value (x, y, z). You should use the preview to preview code you've developed. If you add extra things like that button, you're not really testing the code you've developed.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’25
Reply to Hubungi Bank BTN | Pusat Bantuan Whatsapp 08192436343
App Store Connect Engineer... This is clearly SPAM. Remove it!
Replies
Boosts
Views
Activity
Mar ’25
Reply to Guideline 4.3(a) - Design - Spam
Have you searched the App Store for "AI Food Scanner"? I just did, and counted 50 before I got bored. Also, almost all of them do that thing in their screenshots where they make one of the bits of info jump out of the phone screen, like you have. While you may think you have an "entirely original concept", you don't. (Also, in your screenshots the top bezels are deeper, making them look strange.)
Replies
Boosts
Views
Activity
Mar ’25
Reply to App in review for more than 3 months
Three months is ridiculous! Send the App Review Team an email every 12 hours starting now. They'll soon take notice.
Replies
Boosts
Views
Activity
Feb ’25
Reply to A specific image fails to load using UIImageView on iOS 16, but loads normally on systems below iOS 16.
How does it fail to load? Is there an error? Can we see the code that's trying to load it? We really cannot help you with such little detail. It's like telling us your car won't start but not telling us why.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Objective-C: instantiating a Class object
This is a really strange way of converting an app from ObjC to Swift. You should tell your company that you can convert one bit at a time, and that it will be tested appropriately. Being asked to keep two versions of code working in the same app, to me, seems absolutely insane.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Language choice sometimes pops up during Recovery
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks. (Also, you randomly picked some tags to add, which should've been a red flag to you that you were in the wrong place, and now people searching for those tags will have your entirely unrelated post come up.)
Replies
Boosts
Views
Activity
Feb ’25
Reply to App rejected because of minimal functionality
Can someone access these texts on a website? If so, then I don't think just displaying some text in an app is at all useful. You need to make the app do a LOT more than just showing religious texts.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Autofill
Right, so as I said, this is nothing to do with us random developers, and is an issue personal to you and your use of your device. Please post your question with more details in the Apple Support Forums (link in previous reply). Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Why the font size of my navigationTitle is small?
Would .navigationBarTitleDisplayMode(.large) work?
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to App Rejected
Right, so have you implemented anything to adhere to those rejections? Your app really does need to be more useful. If it's just a minimal front-end to a website or something, it doesn't need to be an app and will be rejected. And yes, if you offer to create accounts you have to allow a user to delete their account entirely. I don't see your issue here.
Replies
Boosts
Views
Activity
Feb ’25
Reply to No renew button in developer app, signed in a account holder
You need to go to your account at: https://developer.apple.com/account/ In there, tap the "Membership details" card at the top, or scroll down. There's an "Auto-renew" switch. If your account expired, there may be something else there (but I can't confirm as my account hasn't expired...). Hope this helps. I wouldn't expect to use the Developer app for this sort of thing.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Too small font in Notes app
You need to raise a feedback request for this. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. While there are some Apple employees on here, they aren't here to handle feature requests. You can raise a feedback request here: https://feedbackassistant.apple.com/
Replies
Boosts
Views
Activity
Feb ’25
Reply to Image & Text inside picker.
Have you definitely added .resizable() to the Image? Show us some code where you've tried frames etc.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Simple console display test - preview not working as expected
That's because I think you're using the preview in the wrong way. The preview is there to show you what you've developed, i.e. your ConsoleView(), but you're adding an extra button into there that doesn't exist in the code you're testing. Just use the preview like this: #Preview { ConsoleView(lines: "x\ny\nz\n") } That previews the ConsoleView with the initial value (x, y, z). You should use the preview to preview code you've developed. If you add extra things like that button, you're not really testing the code you've developed.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to If My New Film 'Metaphor' Wins The Oscar For Best Short Film At The Academy Awards How Can I Distribute It On The App Store?
Not appropriate for these DEVELOPER FORUMS.
Replies
Boosts
Views
Activity
Feb ’25