[ 
https://issues.apache.org/jira/browse/CB-11403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15322272#comment-15322272
 ] 

Anna Pohorielova commented on CB-11403:
---------------------------------------

It's also reproducible with "cordova run ios".

ios-deploy version is 1.8.3

I installed plugins without --save flag.

My config.xml content:

(The global one):

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.myapp.myapp" xmlns="http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";
    version="4.5.1"
    android-versionCode="40501"
    ios-CFBundleVersion="40501">
    <name>MyApp</name>
    <description>
        MyApp
    </description>
    <author email="[email protected]" href="https://www.MyApp.uk/";>
        MyApp
    </author>
    <content src="index.html" />
    <access origin="*" />
    <preference name="webviewbounce" value="false" />
    <preference name="UIWebViewBounce" value="false" />
    <preference name="DisallowOverscroll" value="true" />
    <preference name="android-minSdkVersion" value="15" />
    <preference name="BackupWebStorage" value="none" />
    <preference name="SplashScreen" value="screen" />
    <preference name="SplashScreenDelay" value="300000" />
    <preference name="ShowSplashScreenSpinner" value="false" />
    <feature name="StatusBar">
        <param name="ios-package" onload="true" value="CDVStatusBar" />
    </feature>
    <platform name="ios">
        <config-file parent="NSLocationAlwaysUsageDescription" platform="ios" 
target="*-Info.plist">
            <string>The MyApp app uses your location to track your 
activities</string>
        </config-file>
        <config-file parent="UISupportedInterfaceOrientations" platform="ios" 
target="*-Info.plist">
            <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
            </array>
        </config-file>
        <config-file parent="UISupportedInterfaceOrientations~ipad" 
platform="ios" target="*-Info.plist">
            <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeLeft</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
            </array>
        </config-file>
        <icon height="57" src="resources/ios/icon/icon.png" width="57" />
        <icon height="114" src="resources/ios/icon/[email protected]" width="114" />
        <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
        <icon height="80" src="resources/ios/icon/[email protected]" width="80" />
        <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
        <icon height="100" src="resources/ios/icon/[email protected]" width="100" 
/>
        <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
        <icon height="120" src="resources/ios/icon/[email protected]" width="120" 
/>
        <icon height="180" src="resources/ios/icon/[email protected]" width="180" 
/>
        <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
        <icon height="144" src="resources/ios/icon/[email protected]" width="144" 
/>
        <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
        <icon height="152" src="resources/ios/icon/[email protected]" width="152" 
/>
        <icon height="167" src="resources/ios/icon/[email protected]" 
width="167" />
        <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
        <icon height="58" src="resources/ios/icon/[email protected]" width="58" 
/>
        <icon height="87" src="resources/ios/icon/[email protected]" width="87" 
/>
        <splash height="1136" 
src="resources/ios/splash/lossy-png/Default-568h@2x~iphone.png" width="640" />
        <splash height="1334" 
src="resources/ios/splash/lossy-png/Default-667h.png" width="750" />
        <splash height="2208" 
src="resources/ios/splash/lossy-png/Default-736h.png" width="1242" />
        <splash height="1242" 
src="resources/ios/splash/lossy-png/Default-Landscape-736h.png" width="2208" />
        <splash height="1536" 
src="resources/ios/splash/lossy-png/Default-Landscape@2x~ipad.png" width="2048" 
/>
        <splash height="768" 
src="resources/ios/splash/lossy-png/Default-Landscape~ipad.png" width="1024" />
        <splash height="2048" 
src="resources/ios/splash/lossy-png/Default-Portrait@2x~ipad.png" width="1536" 
/>
        <splash height="1024" 
src="resources/ios/splash/lossy-png/Default-Portrait~ipad.png" width="768" />
        <splash height="960" 
src="resources/ios/splash/lossy-png/Default@2x~iphone.png" width="640" />
        <splash height="480" 
src="resources/ios/splash/lossy-png/Default~iphone.png" width="320" />
    </platform>
    <platform name="android">
        <icon density="ldpi" 
src="resources/android/icon/drawable-ldpi-icon.png" />
        <icon density="mdpi" 
src="resources/android/icon/drawable-mdpi-icon.png" />
        <icon density="hdpi" 
src="resources/android/icon/drawable-hdpi-icon.png" />
        <icon density="xhdpi" 
src="resources/android/icon/drawable-xhdpi-icon.png" />
        <icon density="xxhdpi" 
src="resources/android/icon/drawable-xxhdpi-icon.png" />
        <icon density="xxxhdpi" 
src="resources/android/icon/drawable-xxxhdpi-icon.png" />
        <splash density="land-ldpi" 
src="resources/android/splash/lossy-png/drawable-land-ldpi-screen.png" />
        <splash density="land-mdpi" 
src="resources/android/splash/lossy-png/drawable-land-mdpi-screen.png" />
        <splash density="land-hdpi" 
src="resources/android/splash/lossy-png/drawable-land-hdpi-screen.png" />
        <splash density="land-xhdpi" 
src="resources/android/splash/lossy-png/drawable-land-xhdpi-screen.png" />
        <splash density="land-xxhdpi" 
src="resources/android/splash/lossy-png/drawable-land-xxhdpi-screen.png" />
        <splash density="land-xxxhdpi" 
src="resources/android/splash/lossy-png/drawable-land-xxxhdpi-screen.png" />
        <splash density="port-ldpi" 
src="resources/android/splash/lossy-png/drawable-port-ldpi-screen.png" />
        <splash density="port-mdpi" 
src="resources/android/splash/lossy-png/drawable-port-mdpi-screen.png" />
        <splash density="port-hdpi" 
src="resources/android/splash/lossy-png/drawable-port-hdpi-screen.png" />
        <splash density="port-xhdpi" 
src="resources/android/splash/lossy-png/drawable-port-xhdpi-screen.png" />
        <splash density="port-xxhdpi" 
src="resources/android/splash/lossy-png/drawable-port-xxhdpi-screen.png" />
        <splash density="port-xxxhdpi" 
src="resources/android/splash/lossy-png/drawable-port-xxxhdpi-screen.png" />
        <preference name="xwalkVersion" value="15+" />
    </platform>
    <preference name="xwalkZOrderOnTop" value="true" />
    <preference name="cordova-background-geolocation-license" 
value="e948e4862b676a0a3cfaa2520a45d3d10a80d33b46757a1e1074ebd67d8a153c" />
    <preference name="xwalkVersion" value="17+" />
    <preference name="xwalkCommandLine" 
value="--disable-pull-to-refresh-effect" />
    <preference name="xwalkMode" value="embedded" />
    <preference name="xwalkMultipleApk" value="true" />
</widget>


In platforms/ios folder:

<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="40501" id="com.myapp.myapp" 
ios-CFBundleVersion="40501" version="4.5.1" 
xmlns="http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";>
    <feature name="LocalStorage">
        <param name="ios-package" value="CDVLocalStorage" />
    </feature>
    <feature name="HandleOpenUrl">
        <param name="ios-package" value="CDVHandleOpenURL" />
        <param name="onload" value="true" />
    </feature>
    <feature name="IntentAndNavigationFilter">
        <param name="ios-package" value="CDVIntentAndNavigationFilter" />
        <param name="onload" value="true" />
    </feature>
    <feature name="GestureHandler">
        <param name="ios-package" value="CDVGestureHandler" />
        <param name="onload" value="true" />
    </feature>
    <feature name="FacebookConnectPlugin">
        <param name="ios-package" value="FacebookConnectPlugin" />
        <param name="onload" value="true" />
    </feature>
    <plugin name="FacebookConnectPlugin" value="FacebookConnectPlugin" />
    <access origin="https://m.facebook.com"; />
    <access origin="https://graph.facebook.com"; />
    <access origin="https://api.facebook.com"; />
    <access origin="https://*.fbcdn.net"; />
    <access origin="https://*.akamaihd.net"; />
    <feature name="BackgroundGeolocation">
        <param name="ios-package" value="CDVBackgroundGeolocation" />
    </feature>
    <feature name="AppVersion">
        <param name="ios-package" value="AppVersion" />
    </feature>
    <feature name="Console">
        <param name="ios-package" value="CDVLogger" />
    </feature>
    <feature name="Device">
        <param name="ios-package" value="CDVDevice" />
    </feature>
    <feature name="File">
        <param name="ios-package" value="CDVFile" />
        <param name="onload" value="true" />
    </feature>
    <feature name="Geolocation">
        <param name="ios-package" value="CDVLocation" />
    </feature>
    <feature name="Globalization">
        <param name="ios-package" value="CDVGlobalization" />
    </feature>
    <feature name="UniversalAnalytics">
        <param name="ios-package" value="UniversalAnalyticsPlugin" />
    </feature>
    <feature name="InAppBrowser">
        <param name="ios-package" value="CDVInAppBrowser" />
    </feature>
    <feature name="NetworkStatus">
        <param name="ios-package" value="CDVConnection" />
    </feature>
    <feature name="SplashScreen">
        <param name="ios-package" value="CDVSplashScreen" />
        <param name="onload" value="true" />
    </feature>
    <feature name="StatusBar">
        <param name="ios-package" value="CDVStatusBar" />
        <param name="onload" value="true" />
    </feature>
    <feature name="SocialSharing">
        <param name="ios-package" value="SocialSharing" />
        <param name="onload" value="true" />
    </feature>
    <feature name="SQLitePlugin">
        <param name="ios-package" value="SQLitePlugin" />
    </feature>
    <feature name="Diagnostic">
        <param name="ios-package" value="Diagnostic" />
    </feature>
    <feature name="LocalNotification">
        <param name="ios-package" onload="true" value="APPLocalNotification" />
        <param name="onload" value="true" />
    </feature>
    <feature name="HelpshiftPlugin">
        <param name="ios-package" value="HelpshiftPlugin" />
        <param name="onload" value="true" />
    </feature>
    <feature name="Keyboard">
        <param name="ios-package" onload="true" value="IonicKeyboard" />
    </feature>
    <feature name="BarcodeScanner">
        <param name="ios-package" value="CDVBarcodeScanner" />
    </feature>
    <feature name="PushNotification">
        <param name="ios-package" value="PushPlugin" />
    </feature>
    <feature name="Notification">
        <param name="ios-package" value="CDVNotification" />
    </feature>
    <name>MyApp</name>
    <description>
        MyApp
    </description>
    <author email="[email protected]" href="https://www.MyApp.uk/";>
        MyApp
    </author>
    <content src="index.html" />
    <access origin="*" />
    <config-file parent="NSLocationAlwaysUsageDescription" platform="ios" 
target="*-Info.plist">
        <string>The MyApp app uses your location to track your 
activities</string>
    </config-file>
    <config-file parent="UISupportedInterfaceOrientations" platform="ios" 
target="*-Info.plist">
        <array>
            <string>UIInterfaceOrientationPortrait</string>
            <string>UIInterfaceOrientationPortraitUpsideDown</string>
        </array>
    </config-file>
    <config-file parent="UISupportedInterfaceOrientations~ipad" platform="ios" 
target="*-Info.plist">
        <array>
            <string>UIInterfaceOrientationPortrait</string>
            <string>UIInterfaceOrientationPortraitUpsideDown</string>
            <string>UIInterfaceOrientationLandscapeLeft</string>
            <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
    </config-file>
    <icon height="57" src="resources/ios/icon/icon.png" width="57" />
    <icon height="114" src="resources/ios/icon/[email protected]" width="114" />
    <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
    <icon height="80" src="resources/ios/icon/[email protected]" width="80" />
    <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
    <icon height="100" src="resources/ios/icon/[email protected]" width="100" />
    <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
    <icon height="120" src="resources/ios/icon/[email protected]" width="120" />
    <icon height="180" src="resources/ios/icon/[email protected]" width="180" />
    <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
    <icon height="144" src="resources/ios/icon/[email protected]" width="144" />
    <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
    <icon height="152" src="resources/ios/icon/[email protected]" width="152" />
    <icon height="167" src="resources/ios/icon/[email protected]" width="167" />
    <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
    <icon height="58" src="resources/ios/icon/[email protected]" width="58" />
    <icon height="87" src="resources/ios/icon/[email protected]" width="87" />
    <splash height="1136" 
src="resources/ios/splash/lossy-png/Default-568h@2x~iphone.png" width="640" />
    <splash height="1334" src="resources/ios/splash/lossy-png/Default-667h.png" 
width="750" />
    <splash height="2208" src="resources/ios/splash/lossy-png/Default-736h.png" 
width="1242" />
    <splash height="1242" 
src="resources/ios/splash/lossy-png/Default-Landscape-736h.png" width="2208" />
    <splash height="1536" 
src="resources/ios/splash/lossy-png/Default-Landscape@2x~ipad.png" width="2048" 
/>
    <splash height="768" 
src="resources/ios/splash/lossy-png/Default-Landscape~ipad.png" width="1024" />
    <splash height="2048" 
src="resources/ios/splash/lossy-png/Default-Portrait@2x~ipad.png" width="1536" 
/>
    <splash height="1024" 
src="resources/ios/splash/lossy-png/Default-Portrait~ipad.png" width="768" />
    <splash height="960" 
src="resources/ios/splash/lossy-png/Default@2x~iphone.png" width="640" />
    <splash height="480" 
src="resources/ios/splash/lossy-png/Default~iphone.png" width="320" />
    <preference name="AllowInlineMediaPlayback" value="false" />
    <preference name="BackupWebStorage" value="none" />
    <preference name="DisallowOverscroll" value="true" />
    <preference name="EnableViewportScale" value="false" />
    <preference name="KeyboardDisplayRequiresUserAction" value="true" />
    <preference name="MediaPlaybackRequiresUserAction" value="false" />
    <preference name="SuppressesIncrementalRendering" value="false" />
    <preference name="SuppressesLongPressGesture" value="false" />
    <preference name="Suppresses3DTouchGesture" value="false" />
    <preference name="GapBetweenPages" value="0" />
    <preference name="PageLength" value="0" />
    <preference name="PaginationBreakingMode" value="page" />
    <preference name="PaginationMode" value="unpaginated" />
    <preference name="AndroidPersistentFileLocation" value="Internal" />
    <preference name="StatusBarOverlaysWebView" value="true" />
    <preference name="StatusBarStyle" value="lightcontent" />
    <preference name="webviewbounce" value="false" />
    <preference name="UIWebViewBounce" value="false" />
    <preference name="android-minSdkVersion" value="15" />
    <preference name="SplashScreen" value="screen" />
    <preference name="SplashScreenDelay" value="300000" />
    <preference name="ShowSplashScreenSpinner" value="false" />
    <preference name="xwalkZOrderOnTop" value="true" />
    <preference name="cordova-background-geolocation-license" 
value="e948e4862b676a0a3cfaa2520a45d3d10a80d33b46757a1e1074ebd67d8a153c" />
    <preference name="xwalkVersion" value="17+" />
    <preference name="xwalkCommandLine" 
value="--disable-pull-to-refresh-effect" />
    <preference name="xwalkMode" value="embedded" />
    <preference name="xwalkMultipleApk" value="true" />
</widget>


These are my logs with Internet turned on upon startup:

Jun  9 12:52:45 ANNARCHY MyApp[10230]: Apache Cordova native platform version 
4.1.1 is starting.
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Multi-tasking -> Device: YES, App: YES
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Using UIWebView
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][handleopenurl] 0.101984ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][intentandnavigationfilter] 
1.644015ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][gesturehandler] 0.069022ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Init FacebookConnect Session
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][facebookconnectplugin] 
2.571046ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][file] 1.951993ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][splashscreen] 16.647995ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][statusbar] 7.189989ms
Jun  9 12:52:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:52:45 --- last message repeated 4 times ---
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][socialsharing] 11.453032ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 1.003027ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 0.012994ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][helpshiftplugin] 0.096023ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][keyboard] 0.569999ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][TotalPluginStartup] 
45.638025ms
Jun  9 12:52:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
CoreMedia permissions from 10230: (null)
Jun  9 12:52:45 ANNARCHY MyApp[10230]: active
Jun  9 12:52:45 ANNARCHY MyApp[10230]: PushPlugin skip clear badge
Jun  9 12:52:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:52:45 ANNARCHY MyApp[10230]: (Error) MC: MobileContainerManager gave 
us a path we weren't expecting; file a radar against them
    Expected: 
/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
    Actual: 
/Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
    Overriding MCM with the one true path
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Resetting plugins due to page load.
Jun  9 12:52:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:52:46 --- last message repeated 5 times ---
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Finished load of: 
file:///Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Bundle/Application/CB5DA31C-D929-4823-9171-61C49352D463/MyApp.app/www/index.html#/start-page
Jun  9 12:52:46 ANNARCHY MyApp[10230]: log1
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Bluetooth state changed: State unknown, 
update imminent.
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Location authorization status is: 
authorized_always
Jun  9 12:52:46 ANNARCHY MyApp[10230]: 
╔═════════════════════════════════════════════════
Jun  9 12:52:46 ANNARCHY MyApp[10230]: ║TSLocationManager ► SQLite init
Jun  9 12:52:46 ANNARCHY MyApp[10230]: 
╠═════════════════════════════════════════════════
Jun  9 12:52:46 ANNARCHY MyApp[10230]: ✓ Opened database
Jun  9 12:52:46 ANNARCHY MyApp[10230]: ✓ Unlocked all records
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Bluetooth state changed: The platform 
doesn't support Bluetooth Low Energy.
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Location authorization status changed 
to: authorized_always
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Initializing SQLitePlugin
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Detected docs path: 
/Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Data/Application/B640AC76-E667-4969-B546-660BA4DA60D6/Documents
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Detected Library path: 
/Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Data/Application/B640AC76-E667-4969-B546-660BA4DA60D6/Library
Jun  9 12:52:46 ANNARCHY MyApp[10230]: no cloud sync at path: 
/Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Data/Application/B640AC76-E667-4969-B546-660BA4DA60D6/Library/LocalDatabase
Jun  9 12:52:46 ANNARCHY MyApp[10230]: open full db path: 
/Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Data/Application/B640AC76-E667-4969-B546-660BA4DA60D6/Library/LocalDatabase/storage.db
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Good news: SQLite is thread safe!
Jun  9 12:52:46 ANNARCHY MyApp[10230]: geolocation.configure
Jun  9 12:52:46 ANNARCHY MyApp[10230]: bgGeo.configure
Jun  9 12:52:46 ANNARCHY MyApp[10230]: Requesting location authorization: when 
in use
Jun  9 12:52:46 ANNARCHY MyApp[10230]: bgGeo.configure - success
Jun  9 12:52:46 ANNARCHY MyApp[10230]: geolocation.stop
Jun  9 12:52:46 ANNARCHY MyApp[10230]: geolocation.stop already stopped.
Jun  9 12:52:46 ANNARCHY securityd[6197]:  SecDbRecordChange db 
<SecDbConnection rw open> changed outside txn
Jun  9 12:52:46 --- last message repeated 1 time ---
Jun  9 12:52:46 ANNARCHY locationd[6182]: Location icon should now be in state 
'Active'
Jun  9 12:52:47 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:52:56 --- last message repeated 1 time ---
Jun  9 12:52:56 ANNARCHY locationd[6182]: Location icon should now be in state 
'Inactive'

----------------------

You can see that "assertion failed" is still present.

> App stuck on splash screen when no Internet connection upon launch
> ------------------------------------------------------------------
>
>                 Key: CB-11403
>                 URL: https://issues.apache.org/jira/browse/CB-11403
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 6.2.0
>         Environment: iOS
>            Reporter: Anna Pohorielova
>            Assignee: Shazron Abdullah
>              Labels: build
>
> Hey,
> When starting app on simulator and device via "ionic run ios" and turning off 
> Internet before app start, the application hangs on splashscreen and never 
> continues loading. With Internet turned on everything starts as expected. 
> Starting app via XCode on device without Internet works fine (everything as 
> expected).
> I'm using 
> {code}
> iOS platform: 4.1.1, 
> Cordova: CLI 6.2.0
> Ionic CLI: 1.7.15
> Ionic Lib: 1.3.1
> {code}
> List of installed plugins:
> {code}
> com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
> com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
> com.transistorsoft.cordova.background-geolocation 1.5.1 
> "BackgroundGeolocation"
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-backbutton 0.3.0 "Backbutton"
> cordova-plugin-console 1.0.1 "Console"
> cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
> cordova-plugin-device 1.0.1 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-geolocation 1.0.2-dev "Geolocation"
> cordova-plugin-globalization 1.0.1 "Globalization"
> cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
> cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
> cordova-plugin-network-information 1.0.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-statusbar 1.0.1 "StatusBar"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
> cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
> cordova.plugins.diagnostic 2.3.10 "Diagnostic"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
> ionic-plugin-keyboard 2.2.0 "Keyboard"
> phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
> phonegap-plugin-push 1.7.0 "PushPlugin"
> {code}
> My device logs are (simulator):
> {code}
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
> 4.1.1 is starting.
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
> 1.505971ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
> 3.219962ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 3 times ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 
> 46.465993ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
> Jun  9 12:20:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
> CoreMedia permissions from 7879: (null)
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 1 time ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: (Error) MC: MobileContainerManager gave 
> us a path we weren't expecting; file a radar against them
>       Expected: 
> /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
>       Actual: 
> /Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
>       Overriding MCM with the one true path
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Resetting plugins due to page load.
> Jun  9 12:20:46 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to