Search results for

5.1.1

395 results found

Post

Replies

Boosts

Views

Activity

No response for an appeal
Hi everyone, I recently received a Pending Termination Notice for my very first iOS application, and I’m extremely worried about losing my developer account. My app submission was initially rejected due to: 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. I sent an appeal immediately, but after 13 days (March 14 – March 27), I received a Pending Termination Notice stating that my app violated section 3.2(f) of the Apple Developer Program License Agreement due to dishonest or fraudulent activity. I was shocked because my app is a simple Objective and Key Results (OKR) tracking application. Aft
0
0
121
Apr ’25
Log in request
Good afternoon, I wanted to comment something to see if you can help me find a solution. The apple review team tells us the following “Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requires users to register with personal information to purchase in-app purchase products that are not account based” To use our applications you have to buy them but we want users to be able to try it for free for a few days before buying it. Therefore, to avoid that they can use it during the trial days and then uninstall and reinstall it we have put a register at the beginning. This way when the trial days are over they will only have the option to click on the Unlock button which will take them to the App Store to buy it. But I see that in Apple's Best practices it says: “Delay sign-in for as long as possible. People often abandon apps when they’re forced to sign in before they can do anything useful. To help avoid this situation, give people a chance to get a sense of what yo
0
0
440
Sep ’23
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
3.0k
Sep ’18
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
17k
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
498
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.7k
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
699
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
921
Jun ’24
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
962
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
540
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
Reply to Error Migrating to Configurator 2
Same here tooCrashReport:Process: com.apple.configurator.xpc.MigrationService [24702] Path: /Applications/Apple Configurator 2.app/Contents/Frameworks/ConfigurationUtilityKit.framework/Versions/A/XPCServices/com.apple.configurator.xpc.MigrationService.xpc/Contents/MacOS/com.apple.configurator.xpc.MigrationService Identifier: com.apple.configurator.xpc.MigrationService Version: 1.0 (193) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Apple Configurator 2 [24639] User ID: 501 Date/Time: 2015-10-19 11:26:47.536 +0800 OS Version: Mac OS X 10.11.1 (15B38b) Report Version: 11 Anonymous UUID: D910531A-363D-B277-77C0-641FBCE7E824 Sleep/Wake UUID: 8300C88C-F5C1-4BB1-AE89-35B09206751C Time Awake Since Boot: 99000 seconds Time Since Wake: 10000 seconds System Integrity Protection: enabled Crashed Thread: 4 Dispatch queue: NSOperationQueue 0x7fbdf3306270 :: NSOperation 0x7fbdf3310540 (QOS: LEGACY) Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note:
Oct ’15