I am creating a static library in which I need to implement Geofencing. I have successfully implemented this but the problem is that I want to make region monitoring when the app is suspended/ terminated.
My Source Code can be seen here. someone suggest me to achieve this goal using significant-change location service and UIApplicationLaunchOptionsLocationKey
but I am unable to do it. Can anybody help me to do it please suggest me any sample code to do it.
Thank you !!