You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this event is reported only by the Swift sdk, according to docs.
We use Segment as analytics provider in both iOS and Android apps. But such divergencies makes it impossible to have all Mobile analytics combined and analyzed seamlesly using same metrics.
This event is common for mobile platforms, so making it exist for all looks logical and convenient.
The text was updated successfully, but these errors were encountered:
However, please be aware of issues with the current Swift implementation: segmentio/analytics-swift#387, as well as the strange definition of the opened event.
I believe Segment will need to be clear about what the definition of opened and backgrounded are before determining what foregrounded should mean.
I actually suspect that the current definitions are asymmetric and misleading (opened = foregrounded?).
Segment might want to rename/copy the existing opened event to foregrounded; or deprecate the existing events and create new ones with clear & symmetric definitions, such as:
Currently this event is reported only by the Swift sdk, according to docs.
We use Segment as analytics provider in both iOS and Android apps. But such divergencies makes it impossible to have all Mobile analytics combined and analyzed seamlesly using same metrics.
This event is common for mobile platforms, so making it exist for all looks logical and convenient.
The text was updated successfully, but these errors were encountered: