How to keep ionic app running when minimized - ionic-framework

I built an app with ionic, they is a process in the app that I want it to run for a long time, it's working but when I minimize the app, it stops working, I tried using ionic background service but it's still the same thing, pls how can I make the app to continue working even in the background.
The process I am running is to listen to change in clipboard, and if the content of the clipboard returns true, I want to send it to the database, it's only working if I an using the app, but what I am coping is from another app

Related

Flutter app Minimized and Going another app and back to App again app restart some time

In My app i going to one page and Minimize app using device buttons and going to another app (put in to recent app) came back to flutter app some time app restarting, I already using AppLifecycleState for the check state also there state working fine after going to Minimized app state going to inactive & paused also when back to resumed method also called. AppLifecycleState also working fine in debug mode, any one have solution for this issue

Testing App on Physical device or semulator

I'm working on a flutter App, I have run the code so many times on simulator and even on my smartphone, but after some time when I open the app, it is at the initial stages and after a hot restart the app goes to the final stage(i.e. the changes I've made after that), don't know how to fix the problem.

Is there a way to force an app to launch every time you restart or power up your iPhone using iOS 12?

I have a medical condition that requires an app to be running all the time. It will only notify me of an issue if the app is running. I am trying to figure out if there is a way to automatically launch a specific app on restart of the iOS and if there is a way to keep the app open if it was accidentally closed or check to see if an app is running.

Accessing data from core data when in location background mode

I have a app that get launched in the background mode by location region service , I would like to then display a local notification but I need to access core-data to get info for the notification and to query weather it should show the notification. every thing works but the query wont return any data when in the background , If it is not possible to access core-data at that time is there any other way I can store my data so I can read it while running in the background.
I did get this sort of working I think it is more of a issue with xcode 4.2 which is giving me issues I could access the core data file from the background mode only if I run the app from xcode then after I quit running I must open the app on the phone or simulator by clicking the app icon not the run button in xcode then close the app then the next time a run the app on the phone or sim by clicking the app icon not the run button in xcode then the application will access the core-data database. but local notification now wont work on the simulator unless I run form xcode which will then stop core-data access. I guess Im stuck with not being able to build this app till xcode 4.2 is at standard of xcode 3 where I could just get things to work.
Thanks for the comments I think Ive sorted it out , I did not have icloud on my iphone as its older one and I've been testing on simulator and thats is why Ive had this issue so if any one else has this problem the way to fix it is to start and stop your app in the simulator first as when you stop the app by clicking stop in xcode after running it kill the app the wrong way here is the log "9/02/12 12:46:52 PM Application '*App Name**' exited abnormally with signal 9: Killed SpringBoard[5273]" which then stops the app from accessing core data while in background , Ill send apple a bug report but I dont know if its something they want to fix . PS grate Site helpful thanks to anyone who answers Questions :)

App crashed on app store, not in local version

I ran into a horrifying bug when my app went live. It crashes in a spot where it had been fine.
download from app store using complimentary review code
start app
press start button
CRASH
NOTE: crash reoccurs at every app startup until phone is rebooted - then it disappears
When I try to replicate without the app store
start app
press start button
everything is good.
....
I immediately pulled the app from sale. Right now, I can't replicate at all because I can't download the app.
How to debug?
Download the app from the store onto your device.
Gather the crash reports off of the device manually (
Run them through symbolicatecrash (you did keep the dsym's right?)
Find error, rinse and repeat.