App is not responding properly

Hi, if i close game also still in_game running in dev options.

When you say close the app, I assume you’re just clicking the close button (specifically in the sample app/a sample app derivative)?

If so, that’s because the app itself is not closed, only the window you closed.
To close the whole app, you need to run overwolf.windows.close() on the app’s main window (in this case, that would be background)

Hope that helps!

1 Like