We are tracking when a user enter a region using Beacons, once we detect a beacon, we send an event to Urban Airship which triggers an Automated Message.
I have two problems:
1 - The custom message is not immediately sent. Even when calling :
UAirship.shared().analytics.uploadEvents()
It takes 10 seconds until the event is sent.
2 - When the app is Background it takes even longer.
Is there a way to send a custom event right away?
Comments
1 comment