Search results for

4.3

585 results found

Post

Replies

Boosts

Views

Activity

Reply to My Game is Rejected (Has Unique Features and Art Style) - Guideline 4.3(a) - Design - Spam
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple Experts event. Sign in with your Developer ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Feb ’25
Reply to How to get a human to review my app
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple Experts event. Sign in with your Developer ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Feb ’25
Reply to App Submission Clarification – Similar Functionality to Existing App
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple Experts event. Sign in with your Developer ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Jun ’25
Reply to Spam Design
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple event. Sign in with your Developer account ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Sep ’25
Reply to arrays
This function you have is set up to receive an array of Doubles and let you refer to them as costa: func myfunc(costa: [Double]) { // some code } If you're calling the function like this: myfunc(costa: []) then you're passing in an empty array. [] means an empty array. If you want to pass in some values, you need them in the array, e.g.: myfunc(costa: [1.0, 2.1, 3.2, 4.3]) If you need to return an array of Doubles - or anything - you would use a function like this: func myfunc(costa: [Double]) -> [Double] { // some code return myArray // which would be an array of Doubles } A very useful feature of Swift is the ability to hide the name of the variable, so you don't have to enter it every time. Just put an underscore before the first variable name in the function's signature, i.e.: func myfunc(_ costa: [Double]) { // some code } This lets you access the array of Doubles in costa. To call it you would use: myfunc([1.0, 2.1, 3.2, 4.3]) A similar helpful feature is replacing the underscore wi
Dec ’24
Reply to Having Multiple Similar Apps
Guys, if you have enough resources there's still another way: you could create separate account for each of your apps (would work fine for white label and similar business models).I've tried that way and also got 4.3 rejection, so our aim now is to figure out how apple's review algorithms find identical or similar apps and how we could pass through it. We should find a way to confuse/obfuscate code and app's structure, so the bot can't identify copies.If there's no fair review, we should find our own way to make it fair. I understand that this method would help those who just spam on AppStore, but at least that'll attract apple's attention to our problem and problem in its algorithm
Nov ’17
Reply to App Rejected for Guideline 4.3(a) - Need Help Differentiating My App
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple event. Sign in with your Developer ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Mar ’25
Reply to 4.3.0 Design: Spam
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple event. Sign in with your Developer ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Jun ’25
Reply to Game Rejected due to 4.3 Design Spam!
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple event. Sign in with your Developer ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Jun ’25
Reply to problema publicando mi primera app
We are not able to provide feedback on app concepts or features, but we recommend evaluating your app against the App Store Review Guidelines, as well as the iOS Developer Program License Agreement (PLA), and the Human Interface Guidelines. ¿Es el único comentario que hacen los revisores de la Appstore? ¿No dice nada sobre la aplicación, qué hace? Las directrices de la Appstore no son tan largas de leer. Y podrías centrarte en unas pocas: 4.1 Copias: ¿es tu aplicación similar a una ya existente? 4.2 funcionalidad mínima: ¿hace tu aplicación un buen uso de las capacidades de iOS? 4.3 Spam: ¿responde a una necesidad ya cubierta por muchas aplicaciones? 5.6.4 Calidad de la aplicación En tu próximo envío a Appstore, explica al revisor en los comentarios lo que has hecho para solucionar los problemas planteados en las revisiones anteriores. Eso suele ayudar. Is it the only comment made by Appstore reviewers ? You do not tell anything about the app, what it is doing ? Appstore guidelines are not that long
Sep ’22
Reply to 4.3 Design Spam
a) It might be that this particular submittal/app is flagged, but, a rejected app by itself doesn't necessarilty mean an account is flagged, unless, the rejection also perhaps said 'account is under investigation', in which case you may be prohibited from submitting additional apps, in which case there wouldn't be any 'future reviews' to be shadowed, so... Your question seems to conflate apps w/accounts, and, you didn't share the rejections/appeals, so, not clear.b) If I can be blunt - A 4.3, IMHO, is a polite way of saying 'sorry, you don't have an app'. You can't adjust something that isn't there.c) Subjective? Seems like a trick question.BTW, we haven't used iTC for quite some time. ASC now, App Store Connect.
Jan ’20
Reply to App Review rejected due to Guideline 4.3(a) - Design - Spam
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple Experts event. Sign in with your Developer ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Jan ’25
Reply to Problem with App Review
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple Experts event. Sign in with your Developer ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Jan ’25
Reply to Problem with Guideline 4.3(a) - Design - Spam
Thank you for your post. There are several factors that may contribute to an app not following App Review Guideline 4.3. Typically, these apps share a similar binary, metadata, and overall concept as apps already on the App Store, with only minor differences. If you have questions about App Review's review of your app, we recommend requesting an appointment with App Review during the bi-weekly Meet with Apple Experts event. Sign in with your Developer ID and select App Review Appointment. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines. Appointments are subject to availability during your local business hours on Tuesdays and Thursdays.
Jan ’25
Reply to Apple Developer Program account under investigation
I have a 6 million downloaded basketball game, I made a soccer game based on it by 1.5 years. Apple rejected the soccer game and told me that they will terminate my account after 14 days, I feel inexplicable, I have never sell this game, I transferred the basketball game to a new account because I don't want to lose it after 14 days.I submited the soccer game again for review by another new account.But it has been rejected by 4.3 spam, ridiculously he said that I dumplicated my own game, because I used to submitted the game by the terminated account. And the new account under investigation.I have not update the basketball game for 6 months,I don't want lost the basketball game if I update it.
Oct ’19