Spam is not only a question of code, it may be also that is app looks too close to an existing app, so the experience is not unique or category is already too crowded. 4.3 Spam Don’t create multiple Bundle IDs of the same app. If your app has different versions for specific locations, sports teams, universities, etc., consider submitting a single app and provide the variations using in-app purchase. Also avoid piling on to a category that is already saturated; the App Store has enough fart, burp, flashlight, fortune telling, dating, drinking games, and Kama Sutra apps, etc. already. We will reject these apps unless they provide a unique, high-quality experience. Spamming the store may lead to your removal from the Apple Developer Program. Have you searched for other similar games on the App Store ?
4.3
402 results found
Post
Replies
Boosts
Views
Activity
We noticed your app shares a similar binary, metadata, and/or concept as apps submitted to the App Store by other developers, with only minor differences. Submitting similar or repackaged apps is a form of spam that creates clutter and makes it difficult for users to discover new apps. Next Steps Since we do not accept spam apps on the App Store, we encourage you to review your app concept and submit a unique app with distinct content and functionality. Resources Some factors that contribute to a spam rejection may include: Submitting an app with the same source code or assets as other apps already submitted to the App Store Creating and submitting multiple similar apps using a repackaged app template Purchasing an app template with problematic code from a third party Submitting several similar apps across multiple accounts Learn more about our requirements to prevent spam in App Store Review Guideline 4.3.
Here we go again! A bigger company copied some of my ideas from my android app since apple is still rejecting. The redesinged it a little bit to fit 4.3 Design: Spam and got approved a couple of weeks ago. Bad enough.. so I redesinged my App the same way and resubmitted it. And guess what.. Still rejected because of 4.3 Design: Spam. THIS IS UNFAIR TREATMENT! THIS IS FU*CKING NOT OKAY! I am so mad right now. I have a meeting with a lawyer tomorrow. You should do the same!
Due to our app having different government clearances in each geographical region, we are required to have a different version in each region. While the apps are all fundamentally the same, is there any reason we can't have: OurApp US - available in US OurApp UK - available in UK only OurApp EU - available in EU only While I understand how to implement this, there is concern that the subsequent submissions might be flagged incorrectly by the 4.3 Spam rule. Users would never see more than one version of our app in their region's App Store. Does anyone have any knowledge or experience here? Is this kind of release strategy acceptable?
Appstore Guideline 4.3 may forbid you to do so. And here are some advices on how to handle it. 4.3 Spam Don’t create multiple Bundle IDs of the same app. If your app has different versions for specific locations, sports teams, universities, etc., consider submitting a single app and provide the variations using in-app purchase. https://developer.apple.com/app-store/review/guidelines/
Hello, I would like to know, in case you received a rejection for SPAM 4.3 because there are similar apps on the app store if asking for the app to be released unlisted would solve the problem, as it would not be listed in the app store and would not cause confusion to users. Also the app in question is quite a niche app and it would be enough to distribute it via a link from our website. The app is free. Thank you.
We have been developing a new app for scanning documents and photos for six months. This app has many unique features that other apps don't have. The app automatically detects holes on the documents that have been punched with a hole punch and removes them from the document. The corners of the detected document are automatically moved inwards to get clean edges, the user can set how many pixels to indented. This app recognises the text very accurately and inserts it into the PDF document behind the image at the exact position and text size as the text on the image. The PDF generated by the app can be searched for text and the text can be marked and copied. Another important feature that no other app in the App Store offers is the function that all four corners of the document are shown enlarged in four circles and are visible at the same time. The user can see immediately if the corners have been recognized satisfactorily or if they should be corrected. The user can move the corners either on the document or
At WWDC 2023 I updated my app and will get: Guideline 4.3 - Design «We noticed that your app provides the same feature set as other apps submitted to the App Store; it simply varies in content or language, which is considered a form of spam». I asked to write what exactly I copied and how do I understand it in general? This is my application, developed from scratch. There are figma files with the design, roadmap, issue's, etc. I paid $100, spent a three months and got rejected 👍 Сomplete demotivation. With this logic, if there is a «ToDo» application, then no other developers can create a similar one with their own functionality? P.S. My application works with Stable Diffusion, text-to-image/image-to-image for macOS.
Hi meaton, Thanks for your reply. IANA has defined a well-known range, 192.0.0.0/29, in [RFC6333], which is dedicated for DS-Lite. Android implement CLAT since 4.3 version, i will got a 192.0.0.x ip address as expected when i connect to the NAT64 WIFI . iOS 15 /macOS 12 will not got a 192.0.0.x IP assigned on the same NAT64 WIFI. The same issue was found on https://www.reddit.com/r/ipv6/comments/10dylht/ipv6_ipad/. so, I think that 192.0.0.x is not vend back by the AP, but assigned by iOS 16/macOS 13. I doubt the latest macOS/IOS implement CLAT. Can you confirm it with the apple engineer? ========================= https://www.rfc-editor.org/rfc/rfc7335.html https://www.rfc-editor.org/rfc/rfc6333 https://developer.apple.com/library/archive/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html#//apple_ref/doc/uid/TP40010220-CH213-SW1 https://www.reddit.com/r/ipv6/comments/10dylht/ipv6_ipad/
As a developer the app store just feels kind of rigged, and you will never get a reasoned reply to your concerns. Here are two examples which aren't revealed by the new transparency report. I had 10 solitaire variants. My competitor had 10 variants. New rule 4.3 brought in which is fair enough, except that afterwards Apple removed my solitaire variants but allowed my competitor to keep all of theirs. Search for Chess on the app store (note I also have a chess app). Why does an old app with a rating of 3 stars and just 18 ratings come above Magnus Carlsen's app with a 5 star rating? He is the number one chess player in the World and his app is superb. It is exasperating and you will only get a Thank you for your concerns, we have passed them to the relevant department kind of reply. You never hear from them again on the subject. There are 1000s more examples ... The only way Magnus can rectify this is, I poresume, by buying Apple Search Ads.
This seems like a bug and you can report it directly to apple at https://feedbackassistant.apple.com You could also first check if it is still in the latest version of Xcode (4.3), as it might already be fixed.
How to link binary resources folder in package.swift file from Swift Playgrounds. Given that I cant manually edit the package.swift file. How do I navigate to resolve this? Currently, my targets looks like this: targets: [ .executableTarget( name: AppModule, path: . ) ] I would like to link the resources folder like this: targets: [ .executableTarget( name: AppModule, path: ., resources: [ .process(Resources) ] ) ] Playground Version: 4.3 Please let me know. I am few hours away from the swift student challenge submission. Kindly acknowledge. PLEASE HELP!!!
Have downloaded playgrounds 4.3 to my iPad Air running ipados 16.5. Trying to use playground “Get started with Apps” but receiving message “Unsupported file format Get Started with Apps.swiftpm cannot be opened in Swift Playgrounds”. I do not have Mac or windows PC so am stuck! Help ??
I am writing to make a complaint about the fake activities of two app creators , which you should take a serious action against them. PDF Scanner & Editor + (https://apps.apple.com/us/developer/hq-tools/id1676624003) Good PDF Editor (https://apps.apple.com/us/developer/khelp-tim-tov/id1650247356) Previously, I had reported these two apps, (https://developer.apple.com/forums/thread/718992 ) and now again. These two apps are using spamming strategies and tries to exploit App Store leaks on their marketing.
These two apps are exactly same as each other, and it has been creating by one creator, With Different name, But even the seller name has same pattern, Both has TOV expression at the end, It is obviously shown these two apps which are exactly same as each other, has one Creator. Seller: SKOL LTD, TOV Seller: KHELP TIM, TOV Recently Appstore took an action against a leak of the Appstore and those creators who used the word Good in the title of their App Event or name of the app, Now if you look at these
Apple app review sent me an e-mail wich said that my App was rejected. I'm publishing my app for the first time so i don't know what to do. They sent me this e-mail: Hello, Thank you for submitting your items for review. We noticed an issue with your submission that requires your attention. Submission ID: 4fadb383-a182-41d6-9fbe-247670c58c30 App Name: Dana in Dzintaru 20 We look forward to working with you to resolve the issues with the following items: App Version 1.0 for iOS Guideline 2.1 - Information Needed We're looking forward to completing our review, but we need more information to continue. Your app uses the AppTrackingTransparency framework, but we are unable to locate the App Tracking Transparency permission request when reviewed on iOS 16.4. Next Steps Please explain where we can find the App Tracking Transparency permission request in your app. The request should appear before any data is collected that could be used to track the user. If you've implemented App Tracking Transparency but the permi