Mat Appelman
Mat Appelman

Reputation: 23

Trigger.io and startMonitoringSignificantLocationChanges possible?

I need to have the user's location updated while the app (built on Trigger.io's Forge) is in the background (for up to 30mins). Is there any way to implement startMonitoringSignificantLocationChanges with Trigger.io for ios?

Upvotes: 2

Views: 112

Answers (1)

Connorhd
Connorhd

Reputation: 2476

This would have to be implemented as a native module, you can find the documentation for writing your own native modules here https://trigger.io/docs/current/api/native_modules/index.html

Upvotes: 1

Related Questions