codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.72k stars 408 forks source link

Add support to create background tasks in ios #3516

Open DurankGts opened 3 years ago

DurankGts commented 3 years ago

Please check this thread in stack over flow.

https://stackoverflow.com/questions/57927881/how-to-fix-app-store-connect-operation-error-itms-90771

you must create a way to add a simple class in the codenameone side to execute a background task.

DurankGts commented 3 years ago

When my app goes to background all the Threads is stopped actually.