Does multiplatform library have the access to run ...
# multiplatform
j
Does multiplatform library have the access to run background tasks for android and iOS? Sample use case is to monitor their location even app is in the background. Thanks in advance!
o
MPP can have access to all platform APIs, including background task access
j
What do you mean?
@olonho
o
j
So the background task should be written in native android and iOS not in common?
o
yes, unless you or some third party will provide library for doing that
j
Thank you so much!
390 Views