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 6 years ago.
Improve this question
my application consuming more battery, it is using more battery in one hour it using around 30%.
how to handle it.
I don't have any idea about it.
Thanks,
You can do things like:
1. Turn location services on only when they are needed.
2. You can reduce the location Accuracy.
Refer this Apple Documentation
Related
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.
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 am working on to get the total apps count of the User device, Please let me know if somebody has an answer to this Topic.
Not (legally) possible. You should familiarize yourself with the guidelines: https://developer.apple.com/app-store/review/guidelines/#before-you-submit
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 7 years ago.
Improve this question
I am a new swift programmer and wanted to create a schedule app.
After doing a bit more research, I concluded that making 80 separate notifications and putting them on a 2 week interval repeat would be the easiest option for me.
Unfortunately I found you could not make custom repeat intervals, but that there were a few loopholes. I was wondering if there were any for my case
Any help would be appreciated
PS sorry for posing many broad questions
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).
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 7 years ago.
Improve this question
I saw that this company Mitek made an app that could read receipts through the iPhone's camera and record the information from them. (http://www.miteksystems.com/OOMPH_MobileReceipt.asp). My assumption would be that they run the images through some kind of image/text recognition software. Any ideas what what they might be using? If theres an API that can interpret text from pictures that would be great to.
cheers,
Mike
They are probably using some type of OCR software. It is hard to tell exactly which.
You can look at ocropus, for example