Post

Replies

Boosts

Views

Activity

Reply to App rejected because of 5.2.1 (i)
Welcome to the forum.   Any idea why they do so? Because they apply the guidelines. The fact that other app which you consider similar, has been accepted is never an argument for the review team. You don't know if they have done anything special to comply. Or may be, they just passed by luck but will be rejected in a future update. Anyway, you have to focus on your own app and modify it to comply or explain why you think you comply. PS in fact our app ui also closely resembles all 4 of them Take care not to be rejected as spam as well.
Oct ’24
Reply to .tint
Welcome to the forum. When you post code, please use the code formatter tool: import SwiftUI struct ContentView: View { var body: some View { VStack(spacing: 20) { Text("SwiftUI Button") .font(.largeTitle) Text("Enabled & Disabled") .font(.title) .foregroundColor(.gray) /* Disabled */ Button("Enabled") {} .buttonStyle(.borderedProminent) .tint(.blue) .controlSize(.large) Button("Disabled") {} .buttonStyle(.borderedProminent) .tint(.blue) .controlSize(.large) .disabled(true) } } } struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() } } I tested on iOS simulator, it works
Topic: UI Frameworks SubTopic: SwiftUI
Oct ’24
Reply to Swift is new for me
Welcome to the forum. Your question is really too vague. First question: do you want to use AppKit (Cocoa) or SwiftUI ? For SwiftUI, there are many tutorials (including from Apple). For Cocoa, you have to search for: swift developing macapp "cocoa" Here is a very simple one : https://www.youtube.com/watch?v=8zFzldVgG4k Or search for sample code : swift developing macapp "cocoa" sample code Many here: https://github.com/kicsipixel/Cocoa-Samples To search the libraries, the best is to use Xcode documentation directly,
Oct ’24
Reply to Frustrated by how much space in built Apple stuff like Other Users and Shared, macOS, and System data take
This is not a question really for this forum which is about helping developers to develop their apps. You'd better post on Apple support : https://discussions.apple.com/welcome But it is known that System uses a significant storage. You may have a look here: https://discussions.apple.com/thread/255463853?sortBy=rank Or here if mobileSync is using a lot of storage: https://apple.stackexchange.com/questions/63207/what-is-mobile-sync-backup-and-why-is-it-taking-so-much-space
Topic: Community SubTopic: Apple Developers Tags:
Oct ’24
Reply to Distribution options
Welcome to the forum. Could you show the complete message ? Would your app fit for web app ? Or is it reserved for specific customers ? Read Guideline 4.2 4.2 Minimum Functionality Your app should include features, content, and UI that elevate it beyond a repackaged website. If your app is not particularly useful, unique, or “app-like,” it doesn’t belong on the App Store. If your App doesn’t provide some sort of lasting entertainment value or adequate utility, it may not be accepted. Apps that are simply a song or movie should be submitted to the iTunes Store. Apps that are simply a book or game guide should be submitted to the Apple Books Store.
Oct ’24
Reply to Servicios altamente regulados
Is it the full reviewer message ? Guidelines explain what regulated means, with a few examples: as such as banking and financial services, healthcare, gambling, legal cannabis use, and air travel Is your app in one of those categories or something similar ? You could also contact Developers' support.
Oct ’24
Reply to Anchor Wall
I am seeking guidance on how to determine the size of the wall so that the portal can fully occupy it. Are you looking on how to compute (in terms of geometry) the sizes of elements ? If so, could you explain what is the issue to calculate the size of the wall. Or to find the size of the wall in an image ? Or on how to implement in code ?
Topic: Spatial Computing SubTopic: ARKit Tags:
Oct ’24
Reply to Do I need to pay on app + website?
Where did you download Apple developer app ? Creating an Apple account is free, and you get access to development tools like Xcode. https://developer.apple.com/support/compare-memberships/ Read also DTS support answer here: https://forums.developer.apple.com/forums/thread/742367 So what is it exactly you paid $50 for ? Are you sure it was from Apple ? Or was it a third party app ?
Oct ’24