Until now I didn't found an answer, which could really help me.
I develope my app for 3 platforms (Android, IPhone and Windows Phone). The problem is, that my app works an each of these 3 platforms, but especially now with Microsoft I've problems to get a certificate, because Microsoft wrote, that my app takes too much time to load. On Android and IPhone it's a bit faster, but yet I want switch off this stupid white loading page. But I cannot find at all, WHERE and WHAT ?.
I deleted already all splash screen, I deleted this ajax-gif loader and and, but yet I cannot find what is still loading in the background and makes especially on Windows Phone such problems, that it takes about 35 seconds, until the white page switch finally to my app. But users thinks of course it hangs ot deinstall this app maybe, because of such looooooooong loading. I tested of course already with java console if there are some faults, but also here I don't get a meassage, that something is wrong.
Any ideas what I can still check and switch off ?
Furthermore: Why I switch off in Appery all rights like camera, internet and and and all hooks are disabled, yet if I pack this app to an APK for Android or ZIP this for an package for XCode or SLN file for Microsoft, I've suddenly all of these rights again enabled?. And also: if I switch off ALL rights, then the apps don't start at all anymore, then it directly crashes on the phone. Here I've always at least to make an hook at internet, Why ?
Thanks in advance