configuration code for voltbuilder or apache Cordova config.xml file
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.registration.jinka" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>jkurapp</name>
<description>send massage to your friend
</description>
<author email="eliasgalchu08@gmail.com" href="">
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<plugin name="cordova-plugin-camera" spec="~5.0.0" />
<plugin name="cordova-plugin-splashscreen" spec="~6.0.0" />
<platform name="android">
<allow-intent href="market:*" />
<icon src="www/icons/jku.png" density="ldpi" />
<splash src="www/splash/mnl.jpg" density="port-mdpi" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
</widget>
voiltbuider.json file
{
"androidAlias": "key0",
"androidAliasPassword": "mypassword",
"androidKeystore": "certificates/android.keystore",
"androidKeystorePassword": "mypassword",
"androidPackageType": "apk",
"googlePlayKey": "certificates/google.json",
"googlePlayTrack": "production",
"iosDevP12": "certificates/ios_development.p12",
"iosDevP12Password": "mypassword",
"iosDevelopment": "certificates/development.mobileprovision",
"iosDistP12": "certificates/ios_distribution.p12",
"iosDistP12Password": "mypassword",
"iosDistribution": "certificates/distribution.mobileprovision",
"iosPackageType": "app-store",
"itunesAccount": "somebody@somecompany.com",
"itunesAppPassword": "wxyz-ymul-hbqn-xxxx",
"release": "debug"
}