App Store Connect Engineer... This is clearly SPAM. Remove it!
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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.)
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Three months is ridiculous!
Send the App Review Team an email every 12 hours starting now. They'll soon take notice.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
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:
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:
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.)
Topic:
App & System Services
SubTopic:
Automation & Scripting
Tags:
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.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
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:
Would .navigationBarTitleDisplayMode(.large) work?
Topic:
Spatial Computing
SubTopic:
General
Tags:
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.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
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.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
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/
Topic:
Accessibility & Inclusion
SubTopic:
General
Have you definitely added .resizable() to the Image? Show us some code where you've tried frames etc.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
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:
Not appropriate for these DEVELOPER FORUMS.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
App Store Connect Engineer... This is clearly SPAM. Remove it!
- Replies
- Boosts
- Views
- Activity
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.)
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
- Replies
- Boosts
- Views
- Activity
Three months is ridiculous!
Send the App Review Team an email every 12 hours starting now. They'll soon take notice.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
- Replies
- Boosts
- Views
- Activity
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
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
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.)
Topic:
App & System Services
SubTopic:
Automation & Scripting
Tags:
- Replies
- Boosts
- Views
- Activity
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.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
- Replies
- Boosts
- Views
- Activity
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
Would .navigationBarTitleDisplayMode(.large) work?
Topic:
Spatial Computing
SubTopic:
General
Tags:
- Replies
- Boosts
- Views
- Activity
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.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
- Replies
- Boosts
- Views
- Activity
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.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
- Replies
- Boosts
- Views
- Activity
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/
Topic:
Accessibility & Inclusion
SubTopic:
General
- Replies
- Boosts
- Views
- Activity
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
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
Not appropriate for these DEVELOPER FORUMS.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
- Replies
- Boosts
- Views
- Activity