Post not yet marked as solved
I have a persistent "crash" with at least one of my apps, which appears to be a case of the app either quitting or being force-quit without generating a crash log. The app doesn't subscribe to any sudden termination compatibility or similar. I have a good friend who is a developer who is able to reproduce the issue within minutes, so I've captured a trove of information from him including a complete sysdiagnose. Unfortunately nothing is jumping out at me, and the only things that show up that seem like they might be related are keys like ApplicationWouldBeTerminatedByTAL and NSCanQuitQuietlyAndSafelyKey.
I am kind of grasping at straws and would welcome any inspiration anybody can share. What is TAL and is it something the system could be imposing on my app? If there are circumstances where macOS will preemptively terminate a running app, what are they, and how can I figure out which one is causing the quits in these situatoins? I'd love to be able to reproduce the behavior on my own Mac. If it's something I can prevent, great, if it's not, it would be good to know how to distinguish it from a regular crash for reporting purposes.
Thanks for any help!
Post not yet marked as solved
HI Team,
After upgrading the iOS SDK from 14.5 to 15.5 my application is using pod 'DropDown', on selecting value from one dropdown value gets assigned to next dropdown and so on. wherein it was working properly.
Also Navigation bar is not displaying over the view even after tried fixing it but tapping on left corner it gets navigated back to the previous view. Kindly help me on this.
Please help me understand on the areas where it impacts so that we can take care of that in advance.
Post not yet marked as solved
I once found a section of 'User-Generated Contents' in the Appstore guideline of apple.
(https://developer.apple.com/app-store/review/guidelines/#user-generated-content)
In the case of a specific application related to a cloud service, like Google drive, how that 'User-Generated Contents' can be defined?
I mean, if a Google drive app user uploads a music file to google drive via the iOS application of google drive, will that music file be considered as 'User-Generated Contents' according to apple's Appstore guideline?
Or it doesn't matter with it?
Post not yet marked as solved
(Using Deepl Translate)
My name is p_dev and I am a private developer of game apps for iOS.
(I use Unity 2020.3.33f1 as my development tool.)
I have two questions about "How to support "quick start" (transfer function) when developing iOS apps".
I have a question about the "Quick Start" feature of iOS application develop.
I am planning to implement the "Quick Start" feature of iOS so that data and account information can be "transferred" via "Quick Start".
I have researched existing apps and documentation on the web in relation to this.
However, I could not figure out how to implement the transfer function.
(As a result of our research, we found the following two types of existing apps.
Those that can be transferred with the data and account information remaining in the "quick start" mode.
Those that can not be transferred with the data and account information remaining in the "Quick Start" function.)
(Also, I could not find any official documentation.)
Here are my questions
(1)
How do I develop and implement an app that supports the "quick start" transfer function?
(How do I develop and implement data that can be transferred with "Quick Start"?)
(What is the difference between apps that can and cannot use "quick start"...?)
(2)
Is there any documentation that provides information on how to implement a "quick start" function?
(I would appreciate it if you can provide me with either official or unofficial documentation).
If you know anything about this, I would appreciate your help.
Thank you for reading.
There is much security concern that I need to hide the application from both Home Screen and App Library. I have tried setting >app> Siri shortcut off , but it still appears in recent app section of App Library. Help me, it’s urgent.
Post not yet marked as solved
Hello,
We have made an iOS app that sends data from our patch device to the iPhone continuously in the background for our intended purpose(collecting health data) , The patch uses the person hotspot to connect to the iPhone to send the data.
According to Guideline 2.5.4: "Multitasking apps may only use background services for their intended purposes: VoIP, audio playback, location, task completion, local notifications, etc. If your app uses location background mode, include a reminder that doing so may dramatically decrease battery life."
Which background mode we need to use for running the app in background and
can we set the repeated local notifications to inform the user that he need to connect to device ?
Post not yet marked as solved
Hello guys.
I am novice developer and I am developing own iPad management application.
I need this functions.
lock my iPad on time
(I found some features that Apple suggested. for example, guided access. but I don't know that In my app, Can I control this function? or I need other ways to lock my iPad on time.)
2. Application that cannot be turned off
Can I develop application that cannot be turned off in without developer's permission?
I need an iPad manager application that can control the usage of the iPad.
Thank to you reading a my writing.
Post not yet marked as solved
Hi our team doing the app that has 24 live radio streams and it said: "1.0 rejected". We think maybe it is our song education podcast sometimes that podcast plays some music parts so delete all episodes on our app and website then nothing happens they rejected it again. So what's the problem please anyone has this complaint from apple? how to avoid or get rid of it?
Post not yet marked as solved
Hi Team,
We are trying to register our App in the App Store for the first time. After filling the General Details, when continue is clicked, it is giving us error "The App Name you entered has already used". But when we checked in AppStore, there is no such app by that name.
We want to register the app in the same name and dont want to change the name since it's already being used in android.
Kindly help asap.
Regards,
Post not yet marked as solved
Amazon music unlimited app keeps crushing and giving me some code 9.11.0 . I am not able to open it . This started to happen after updating to iOS 14 beta.
Post not yet marked as solved
While on a WhatsApp call, if I need to add a participant, the keypad to search for the participants name in the list of contacts does not appear, making the search extremely difficult. I'm using an iPhone 12. Attaching a screenshot for reference.
Post not yet marked as solved
My app has a helper application to register with launched using-
SMLoginItemSetEnabled
When both the main app and helper app are signed with dev cert, the helper app is launched/called as soon as you login, but a prod singed apps do not work as expected. In this case, the helper app is not auto launchd upon login.
This behavior is not seen in macOS 11.0/11.1. Here the prod signed helper app is launched as expected upon login.
Upon further investigation, I found the following log entries in system.log file
Feb 11 00:38:33 MacBook-Pro com.apple.xpc.launchd[1] (com.company.HelperApp[2121]): LaunchServices returned a bundle URL that does not match with the LoginItem's known association.
Feb 11 00:38:33 MacBook-Pro com.apple.xpc.launchd[1] (com.company.HelperApp[2121]): Service exited with abnormal code: 78
Feb 11 00:38:33 MacBook-Pro com.apple.xpc.launchd[1] (com.company.HelperApp): Service only ran for 0 seconds. Pushing respawn out by 10 seconds. What does the log mean and how can I get the prod signed builds to work as expected?
Post not yet marked as solved
After replacing Big Sur OSX 11.0 with the latest 11.5, my app's AXObserverAddNotification methods fails. Here is sample code I tested from StackOverflow: https://stackoverflow.com/questions/853833/how-can-my-app-detect-a-change-to-another-apps-window
AXUIElementRef app = AXUIElementCreateApplication(82695); // the pid for front-running Xcode 12.5.1
CFTypeRef frontWindow = NULL;
AXError err = AXUIElementCopyAttributeValue( app, kAXFocusedWindowAttribute, &frontWindow );
if ( err != kAXErrorSuccess ){
NSLog(@"failed with error: %i",err);
}
NSLog(@"app: %@ frontWindow: %@",app,frontWindow);
'frontWindow' reference is never created and I get the error number -25204. It seems like the latest Big Sur 11.5 has revised the Accessibility API or perhaps there is some permission switch I am unaware of that would make things work. What am I doing wrong?