Issue with Statut bar on ionic view (iOS)

Hi everyone, i’m new on ionic framework and i’m glad to join the adventure with you !

I have one issue with my app, i want to display the statut bar everytime. On android everythings works well (When I serve / run or on ionic view) but on iOS(9 and 8) on the ionic view app, i have display issue (I can’t run yet I’m on windows 10 …)

> On android :

> And on iOS:
image

This is my config.xml :

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.ionicframework.base505618" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Pilypily</name>
    <description>
        Commander votre repas sans prise de tête depuis votre mobile en quelques secondes !
    </description>
    <author email="contact@pilypily.com" href="https://www.pilypily.com/">
        L'équipe de pilypily
    </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="16"/>
    <preference name="BackupWebStorage" value="none"/>
    <preference name="Fullscreen" value="false" />
    <feature name="StatusBar">
        <param name="ios-package" value="CDVStatusBar" onload="true"/>
    </feature>
</widget>

Do you have any ideas ?

Thanks you !

Best regards !

Anthony from France