Search results for

4.3

572 results found

Post

Replies

Boosts

Views

Activity

Reply to Crashplan 4.3 Partically Operational/Broken
Max108, First, thanks for link. Tired it via another forum post, and same result. Believe it has to do with Crashplan reliance on Java. It has it's own Java built into the application. The strange thing as shared, is the backups are still working from the taskbar/notification tray. However, when launch the UI to try to set configurations, modifiy UI settings, etc. it freezes and you cannot select anything at all. The UI is completely unresponseive. I'm interested to see what Apple/Crashplan have to say. As shared, submitted incidents with both for futher investigation. I'm surprised Crashplan wasn't doing some preliminary testing with Crashplan 4.3 and DP1 of El Capitan seems to me someone might have dropped the ball. We'll see.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to 4.3 Design Guidelines - Apple please reconsider how this is enforced.
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). As i have said above, 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 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 was rejected by 4.3 spam, ridiculously he said that I copied my own game, because I used to submitted the game by the terminated account. After that the new account under investigation.I did't update the basketball game for 6 months,I am afraid the account under investigation if I update it.
Oct ’19
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 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.
2w
Reply to 4.3 guideline nightmare
We too have been caught by this. The robotic response and complete lack of any deeper insight is most frustrating. We even received a 4.3 rejection for an app which is brand-new and has NEVER been published before. Despite asking for clarification, we simply received the cut and paste answer. We are a small company, my customers don't want to aggregate their content, neither will they sign up for a devloper account on their own (which I read from others actually makes little difference in any case) as they can't agree to be bound by conditions over which they have no control. We are the developers, it is natural for us to work in this world, our clients don't want the hassle or lack the expertise and that is why they pay us to do the work. It's like the world has gone mad!
Sep ’17
Reply to Repeated 4.3 Guideline Rejections After Compliance & Feature Updates
UPDATE: Hey everyone, We’ve been pushing hard to make our app stand out, and we just rolled out some crazy new features, including: Apple Watch Companion App – Expanding stats to your wrist AI-Powered Gender Insights – A feature no other app offers Incognito Mode – For a more private experience That’s two features no other app has, yet we’re still being rejected under 4.3 Spam, even after making major updates. We originally passed after making compliance fixes, but now, despite these new unique features, we’re facing rejection again. Has anyone else dealt with this? Any advice on appealing effectively?
Feb ’25
Reply to A problem I'm going through
We are going through a same problem. We have spent about 1 year in developing our multiplayer card game. All the code is written from scratch by our team in unity. For design, we purchased some of the assets pack from unity asset store and we do have the licence to use them. We were very happy with the quality of our game and when we received this weird message (Guideline 4.3 - Design) from the App Store review team, all of us are in shock. So, is our hard work going in vain because we really can't change anything in our game and if we change anything, we will see bugs in our game and it becomes very hard to handle online games. We are feeling very helpless and our team are not able to work since we received this message. Please, if anyone can help us, that will be greatly appreciated. Thanks in advance.
Jun ’25
Reply to Guidance Needed: App Store Review - Rebuilding Previous App Under New Developer Account
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 Store Rejection (4.3 – Design Spam) | Plinco - Unique Entertainment App Blocked Without Clear Reason
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 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