Disable generation of crash logs from device [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to disable the app crash log. Is it possible to disable the crash log from device.If it is possible Appstore is allowing this?

Crash reports are created and written by the operation system. There is no public API available to prohibit the operation system from doing so. So no, it is not possible.

Related

How to create own screen time app (Same as Apple) using swift? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I need to create own screen time app in that I should be able to track which app is being used for how much time in mins/hours is that possible for us?
Thank you in advanced!
It is available only for the operating system. You cannot observe the screen time of the other applications except yours for security reasons.

Changing the alert title and message [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I have made my app as an enterprise app on request from apple but want to change this message how can i change that.
Unfortunately you can't, that's a system message created and handled by iOS.

IOS Rate this app implementation [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to implement the Rating Application feature in ios.
Can anyone guide me on how to implement it?
Is there any way to open the review tab directly on RATE App clicked.
See this here & here. i think it might be helpful in your case.
EDIT:
You can also use iRate (Steps).

How to confirm if someone rated my iOS app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Is there a way to confirm programatically if someone rated/reviewed my app on the AppStore?
The answer is simple. There is no way to check it.
The only thing you can do is to open the AppStore app with a page of your application. However, if user rates your app there or not, remains unknown and you cannot know it.

Prohibit app from being quit via the recent apps list [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Is it possible to write an app that cannot be quit through the system tray, without jailbreaking?
No. Apple specifies this behavior is not allowed. It's notoriously difficult to nail down Apple on it's interface specification, but based on what it says about handling multitasking events, it seems unlikely that Apple would tolerate dorking with it's system controls on the subject.

Resources