All my apps taking 20 seconds to load !

Ok,

this is real strange, I have around 9 apps that were running fine until 24 hours ago.

All of a sudden they are taking 20 seconds to load.

Turn off network connectivity on all devices and they work fine.

I have apps on different builds and with different network requirements.

I have removed all the network connectivity and disabled analytics, gameplay services, admob etc, but still the same result !

There is something very wrong here, any ideas ?

just to add, this is over 4 devices not just one, 2 devices are of friends of mine.

For fun can you add this to your config.lua:

application =
{
    launchPad = false,
}

In other words add the launchPad = false into your existing application = {} block and see if that changes anything

Rob

For fun can you add this to your config.lua:

application =
{
    launchPad = false,
}

In other words add the launchPad = false into your existing application = {} block and see if that changes anything

Rob