Hello!
Looks like you have Generic services. In JS files of these services replace $t with Appery
Hi Maryna, yes I have fixed that problem. Now there are no console errors for library v2.0. But the app is still stuck at splash screen (v2.0) using Appery builder. It does not get stuck when I export and use Adobe Phonegap Build.
Phone I am using to test: iPhone 4S, iOS 7.1
Update: When app built using appery, I noticed that file size of .ipa is 6.73 MB. When app built using Adobe Phonegap Build, file size is only 3.64 MB.
I have fixed this problem! I set autohidepsplashscreen to false. It should be true. This line is in config.xml under IOS folder.
code<preference name="AutoHideSplashScreen" value="true"/> /code