applicationInitialize
Performs the overall initialization of the SDK.
This must be called first at the application's lifecycle entry point (e.g., Application in Android, AppDelegate in iOS). Internally, it sets up dependency injection using Koin and loads native libraries.
Parameters
context
The Application Context for each platform. (Android: Application, iOS: UIApplicationDelegate)