I compared iOS sdk with Android sdk and noticed that in iOS sdk isn't
provided the ability to send additional context data with application
lifecycle.In Android sdk clearly stated that: To send additional context
data with your lifecycle call by using
Config.collectLifecycleData(Activity activity, Map
contextData), you must override the onResume method for that Activity
and ensure that you call super.onResume() after manually calling
collectLifecycleData. Is it possible for iOS?