Hello,
in my application I'm calling BoxedAppSDK_Init() and BoxedAppSDK_Exit() and then maybe restarts my whole application without terminating the process.
So BoxedAppSDK_Init() is called again and this call crashes with an access violation at 0x000001f0.
Isn't it allowed to call these method twice at runtime?
If it isn't allowed to call this method twice is it a allowed to terminate an application without calling BoxedAppSDK_Exit()?
Thank a lot.
