I have a routine that saves every user's location in a collection as his current position is updated by CLLocationManager.
my problem is that it seems to be causing the script violated error, since is a very frequent task.
This is vital for my app and I will have (I expect) thousands of users using this tracking routine. So, what should I do to avoid get blacklisted in this case?
Neto Leal
my problem is that it seems to be causing the script violated error, since is a very frequent task.
This is vital for my app and I will have (I expect) thousands of users using this tracking routine. So, what should I do to avoid get blacklisted in this case?
Thanks