Search results for

5.1.1

411 results found

Post

Replies

Boosts

Views

Activity

App Store Review: Zero Consistency
I’ve officially given up trying to release my app on iOS. Apple’s latest rejection quotes: • Guideline 5.1.5 – Location Services “The app uses location data for features that are not relevant to a user’s location. Specifically, the app is not functional when Location Services are disabled. To resolve this issue, please revise the app so that the app is fully functional without requiring the user to enable Location Services.” • Guideline 5.1.1 – Data Collection and Storage Complaining that the app “encourages or directs” users to go to Settings to enable location. My app is literally built around live location. The entire point is: you walk the circuit, see telemetry synced with where you are. No location, no app. That is the product. Apple wants the app to be “fully functional” without the one thing it needs to exist. That’s like rejecting a camera app because it doesn’t “fully function” with no camera permission. What makes this worse is the complete lack of consistency. Every time I fix what they a
1
0
92
Dec ’25
The inconsistencies within the App Review Team are embarrassing...
I submitted the very first version of my app two weeks ago and it was accepted with no problems within 24 hours. Fast forward a week later, I submit for an app update review with basically little to no changes, and its rejected for the following reasons:Guidelines 2.3.7 - Performance - Accurate Metadata We noticed that your app name or subtitle to be displayed on the App Store includes the following trademarked term or popular app name, which is not appropriate for use in these metadata items. Specifically, your app name or subtitle included the term, Fortnite.First of all, why wasn't this a problem when I submitted a week ago? So I end up changing the app name the the subtitle and then resubmit for review EXACTLY as they requested me to do so. After waiting 5 days for them to re-review it, I get another rejection because of the following reasons:Guideline 3.2.2 - Business - Other Business Model Issues - Unacceptable The NEWS FEED feature in your app displays or promotes third-party apps, which is not appropr
6
0
3k
Sep ’18
Accept a Review Rejection Defeat or Play Along with Reviewer
I have a desktop application developed in SwiftUI that shows property locations on the map. That's NOT the main feature. IF you give the application permission to access your location, the blue dot will appear on the map. If you don't, the blue user dot won't appear. That's the only difference with location services. In other words, the application has no use of user's current position beyond showing it on the map. Since it's just the matter of showing or not showing the blue dot on the map, the application doesn't really need to use the location service. Anyway, the reviewer is talking about something else by rejecting the application in two aspects. Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage Guideline 5.1.5 - Legal - Privacy - Location Services As I said earlier, the application only wants to show the blue dot on the map so that you can see your property locations relative to your current location. In code, it's something like the following. Map(position: $propertyViewModel.map
3
0
180
Feb ’26
Apple Watch Series 4 doesn't install enterprise app?
Hello,My question is that Apple Watch Series 4 does not install enterprise app?Last month our company bought a Apple Watch Series 4 (watchOS 5.0), however we noticed that Apple Watch Series 4 doesn't install our enterprise app.And then after update watchOS 5.1.1, it shows error message that “XXX Needs to Be Updated. To use this app with your Apple Watch, the developer of this app will need to update it.”. ※translated from JapaneseAlso it shows console messeage like An unknown error occurred.The result of our inspection is the following.Apple Watch Series 4 40mm (watchOS 5.0 / watchOS 5.1.1)Developement app: can installEnterprise app: can not installApp Store app: can installApple Watch Series 3 38mm (watchOS 5.0)Developement app: can installEnterprise app: can installApp Store app: can installSo we seem that Apple Watch Series 4 has a problem of installing enterprise app.Or do we miss some important points?Thanks a lot for your time and you help.Console messeageDefault 12:03:09.477818 +0900
6
0
3.6k
Nov ’18
Unable to install test app on Apple Watch
I repeat this older thread, as it does not show on the forum with my added post !https://forums.developer.apple.com/message/298938#298938I answered to KMT answer (I read the referenced thread)---------------Looks like that triggered the name change dialog.Can you just right click on the watch name without that happening? Try it on the phone, on the left so see what I'm looking for.Otherwise, this sounds like what others went thru (routine pairing v o o d o o ) in this SO thread - seen it ? [ filter does not like v o o …]https://stackoverflow.com/questions/30792520/in-xcode-i-see-no-paired-apple-watch-even-though-the-watch-is-paired-and-the-w-------------------------So, my question nowI run in the same problem.I just got the Apple Watch (4, OS 5.1.1) and use XCode 10.1. OSX 10.13.6I can create the app + WatchOS on simulator without problem. But not on device.The watch is paired with iPhone.I connect iPhone with USB=> get the message :The iPhone iPhone XS can not be used because it requires iTunes 1
11
0
18k
Dec ’18
App Review Inefficiency
I am seriously taken aback by the efficiency of the App Review team. Jul 8, 2022 at 2:46 PM - We submitted our app on this date. Jul 9, 2022 at 10.47 AM - Our app was rejected due to 5.1.1 Legal - Data Collection and Storage. Jul 9, 2022 at 1.02 PM - I provided detailed information in relation to our business being in a highly regulated industry. Jul 13, 2022 at 8.22 AM - App Review Team replied stating that additional time is required to review. App Review status was changed to App In Review. Jul 13, 2022 at 8.36 AM - I received the same message that the issue previously identified requires our attention. Jul 13, 2022 at 1.42 PM - I replied again that information has been provided and it was confusing to have received another same App Rejection message. I contacted the App Review Team for assistance and was assured that my app will be reviewed. Jul 14, 2022 at 9.57 AM - App Review team replied that the team will continue the review and will notify if there are any further issues. 27 Jul, 2022 at 3.1
1
0
535
Jul ’22
Intel Mac with AMD GPU user needs your help! "InvalidArgumentError: Cannot assign a device for operation"
Intel Mac with AMD Radeon Pro 5600M 8 GB in macOS 12.1 user is trying to run a model with jupyter, with successful setup yet fail to run the model with GPU. Details as follows: Successfully install tensorflow-macos, and tensorflow-metal using the following code in Python 3.8.10 SYSTEM_VERSION_COMPAT=0 python -m pip install tensorflow-macos SYSTEM_VERSION_COMPAT=0 python -m pip install tensorflow-metal and try to run a model. When setting up, print(Num CPUs Available: , len(tf.config.list_physical_devices('CPU'))) print(Num GPUs Available: , len(tf.config.list_physical_devices('GPU'))) Num CPUs Available: 1 Num GPUs Available: 1 Both CPU and GPU is detected, and things seem to go well. However, following error shows when I execute the model.fit. InvalidArgumentError: Cannot assign a device for operation sequential_15/sequential_14/random_flip_7/stateful_uniform_full_int/RngReadAndSkip: Could not satisfy explicit device specification '' because the node {{colocation_node sequential_15/sequential_14/random_flip_
2
0
1.7k
Jan ’22
Apple m1 pro max install Tensorflow, can't importing scikit-learn
I have been finished install Tensorflow env step by step from https://developer.apple.com/metal/tensorflow-plugin/ https://developer.apple.com/metal/Tensorflow-plugin/ Tf is working! but when i import sklearn package, have an error message like this: ImportError: dlopen(/Users/mecilmeng/miniforge3/envs/tf/lib/python3.9/site-packages/scipy/spatial/qhull.cpython-39-darwin.so, 0x0002): Library not loaded: @rpath/liblapack.3.dylib Referenced from: /Users/mecilmeng/miniforge3/envs/tf/lib/python3.9/site-packages/scipy/spatial/qhull.cpython-39-darwin.so Reason: tried: '/Users/mecilmeng/miniforge3/envs/tf/lib/liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforge3/envs/tf/lib/liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforge3/envs/tf/lib/python3.9/site-packages/scipy/spatial/../../../../liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforge3/envs/tf/lib/liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforge3/envs/tf/lib/liblapack.3.dylib' (no such file), '/Users/mecilmeng/miniforg
1
0
1.8k
Feb ’22
Why does Cordova ios Vue component only display on reloading app after migrating to WKWebview?
The bottom div of buttons on my app don’t show on first loading up but then do when the app is swiped away and then reselected. Console log messages when app first loads are: 2021-02-01 10:55:11.982756+0000 SoundSleep[287:9375] Apache Cordova native platform version 5.1.1 is starting. 2021-02-01 10:55:11.982849+0000 SoundSleep[287:9375] Multi-tasking -> Device: YES, App: YES 2021-02-01 10:55:12.341036+0000 SoundSleep[287:9375] WF: === Starting WebFilter logging for process SoundSleep 2021-02-01 10:55:12.341149+0000 SoundSleep[287:9375] WF: userSettingsForUser mobile: { filterBlacklist = ( ); filterWhitelist = ( ); restrictWeb = 1; useContentFilter = 0; useContentFilterOverrides = 0; whitelistEnabled = 0; } 2021-02-01 10:55:12.341261+0000 SoundSleep[287:9375] WF: WebFilterIsActive returning: NO 2021-02-01 10:55:12.392665+0000 SoundSleep[287:9375] WF: userSettingsForUser mobile: { filterBlacklist = ( ); filterWhitelist = ( ); restrictWeb = 1; useContentFilter = 0; useContentFilterOverrides = 0; whit
0
0
709
Feb ’21
IOS : App rejected for violating location new Guidelines
Guideline 2.1 - Performance - App Completeness Your app did not load its contents and the activity indicator spun indefinitely when we tapped Don't Allow when prompted for permission to use current location. If location information is required, it is necessary to display a notification or alert indicating this requirement. Next Steps To resolve this issue, please revise your app to either enable functionality when a user opts out of providing location information or include an alert that this information is required. Resources For more information on Location Services, please review the section, Determining Whether Location Services are Available in the Location and Maps Programming Guide. For a networking overview, review About Networking. Guideline 2.1 - Information Needed We’re looking forward to reviewing your app, but we were unable to sign in with the following demo account credentials you provided in App Store Connect: User name: 8015965494 Password: 8015965494 To avoid delays in App Review, it is esse
0
0
989
Jun ’24
Guideline 5.1.2(i) - Clarification on AI service consent for kids educational app
Our children's educational app (COPPA-compliant) was rejected under Guidelines 5.1.1(i) and 5.1.2(i) for sharing personal data with a third-party AI service without clear disclosure and user permission. How our app works: Our app is an AI-powered learning assistant for kids. Children type questions (e.g., Why is the sky blue?) and the app sends the question to Google Gemini's API to generate an age-appropriate answer. This is the core and only purpose of the app — it's an AI chat app, similar to how a search engine sends queries to its servers. Our current setup: Google Gemini operates as a data processor (not a data recipient) — zero data retention, no model training on user data Our privacy policy already discloses Google Gemini as the AI provider, what data is processed, and that no data is stored The app is clearly marketed as an AI-powered assistant — users understand they are interacting with AI Our questions: Infrastructure vs. data sharing: We use Google Gemini to process queries the same way
0
0
58
3w
2.3.1 Performance: Accurate Metadata
Note that I use flutter Every time I submit a review request , I receive only this answer, knowing that what was mentioned is not in the application and I reviewed the packages and there is no package belonging to this Hello, The issues we previously identified still need your attention. If you have any questions, we are here to help. Reply to this message in App Store Connect and let us know. Guideline 2.3.1 - Performance The app may contain hidden features, functionality, or content. Specifically, the app may contain financial transactions without the necessary authorization. Apps that provide financial transactions without the necessary authorization do not comply with guidelines 3.2.2 and 5.1.1(ix). Users should never be misled about the apps they download. Attempting to hide features, functionality, or content in the app may lead to removal from the Apple Developer Program. Next Steps It would be appropriate to identify any hidden features, functionality, or content in the app, including in thir
0
0
996
Mar ’24
How to fix this error?
Hi, ALL,I am trying to fix the following problem.I have a Mac with OSX 10.8 with the Xcode 5.1.1. Inside I successfully created a project for my Cocoa application (plain C++). The name of the project is dbhandlerNext I made a static library project inside the main project. The project name is dbinterface and the static library it will produce will be called libdbinterface.a. I copied over the source files and successfully added the source files to the static library. Then I tried to compile my static library. It built fine. However the line under dbinterface.xcodeproj->Products->libdbinterface.a is displayed as red. Nevertheless as I said, the build was successful.Then I created another sub-project as a dynamic library and successfully added it to the main project. This library project will be called libsqlite. I then added the source files to this second sub-project. I added the Header Search Path so that compiler will find the header file from the static library and in the Build Phases->Li
0
0
547
Jun ’16
Reply to Beta 7 locks up or 'soft' reboots
It might be my WindowServer crashing. There are a lot of these and the timing seems to be close.Process: WindowServer [7583]Path: /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowServerIdentifier: WindowServerVersion: 1Code Type: X86-64 (Native)Parent Process: launchd [1]Responsible: WindowServer [7583]User ID: 0Date/Time: 2015-08-27 19:25:04.843 -0400OS Version: Mac OS X 10.11 (15A263e)Report Version: 11Anonymous UUID: A178737F-1D40-4A04-2AFD-5BC330EB41E0Time Awake Since Boot: 35000 secondsCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_GUARDException Codes: 0x200000010004e68b, 0x00007fabbc15a760Thread 0 Crashed:: Dispatch queue: com.apple.main-thread0 libsystem_kernel.dylib 0x00007fff8d07dbfa _kernelrpc_mach_port_destroy_trap + 101 libsystem_kernel.dylib 0x00007fff8d081c0b mach_port_destroy + 172 com.apple.CoreGraphics 0x00007fff8aab97f1 process_connection_event_ping_port_death + 36953 com.apple.CoreGraphics 0x00007fff8aab668d WSTerminateMatchingConnect
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
Reply to Swift "Bus error: 10"
Look in the right place!Here is a Crash Report for one of the Bus error: 10 incidents. I cannot figure out how to symbolicate it. Instructions say add it to XCODE organizer, but that doesn't seem to do anything. I have DSYM file and all the other Derived files. I tried to use (unfamiliar, to me) ATOS tool but no joy.Line 42 of stack reports timer callback.Line 41 then reports ??? which must be my timerTick function. That is top of call stack so error must be within that method.If that is correct analysis, the problem must be with a line entirely within that method. Am I getting closer? Process: Recipes [8505] Path: /Volumes//Recipes.app/Contents/MacOS/Recipes Identifier: PhilFenster.Recipes Version: 1.2 (1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Recipes [8505] User ID: 501 Date/Time: 2017-01-18 00:44:31.510 -0500 OS Version: Mac OS X 10.11.6 (15G1212) Report Version: 11 Anonymous UUID: B27D61EC-2341-818F-E544-8F6B6631DDDA Sleep/Wake UUID: FC2D7386-8DD9-44EA-AB06-40861D6D31FD Time Awak
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’17