My iPad is on iOS v8.2, X-code is on Version 6.3 (6D570), SDK 8.3.
One of my app is available on App Store. Recently I find that for the same build of this app, if I signed it myself with an ad hoc certificat, its first loading time is significantly longer than the one that is downloaded from app store.
By loading time, I mean the time after I tap on the icon of the app, it is darkened, until I can see the launch screen.
For the app store version, when I tap on the app icon, I can see the launch screen instantly. The lagging is no more than 1s.
However, for the ad hoc version, after the icon being tapped, I need to wait for 3 to 4 seconds until I can see the launch screen.
And even I create an empty project either in Objective-C or Swift, I don't change any of the code, if I signed it with ad hoc certificate and get it installed on my iPad, it takes some seconds to launch.
Have I did something wrong ? How can I improve the loading performance of my app ?
Thank you in advance for your advice.
Jianbin