I write too my experience may be help someone.
Android:
1. Add the plugins in intel xdk and use the cordova build package in Intel xdk
2. Unzip this packet and copy all files to www folder, and overwrite the config.xml file
3. Open config.xml file with wordpad, and change the text in these lines:
<name>YOUR APP NAME</name>
<description>YOUR APP DESCRIPTION</description>
<author>YOUR AUTHOR NAME</author>
4. Change phonegap version to 6.5.0 and save
5. Zip the www folder and upload to phonegap.
6. Download your android signature key from INTEL XDK and upload to Phonegap build.
7. Create the apk file and upload to Google Plays
iOS:
1. Add the plugins in intel xdk and use the cordova build package in Intel xdk
2. Unzip this packet and copy all files to www folder, and overwrite the config.xml file
3. Open config.xml file with wordpad, and change the text in these lines:
<name>YOUR APP NAME</name>
<description>YOUR APP DESCRIPTION</description>
<author>YOUR AUTHOR NAME</author>
4. Change phonegap version to 6.5.0 and I need to add these line too:
<gap:config-file platform="ios" parent="NSCalendarsUsageDescription" overwrite="true">
<string>We are using the Calendar for something..</string>
</gap:config-file>
<gap:config-file platform="ios" parent="NSBluetoothPeripheralUsageDescription" overwrite="true">
<string>We are using the for Bluetooth something..</string>
</gap:config-file>
(Because if I do not added thes lines then I get a error code if I upload to iTunes store.)
If you need something else then just change in the line, and save.
5. Zip the www folder and upload to phonegap.
6. Download your iOS signature key from INTEL XDK and upload to Phonegap build.
7. Create the ipa file and upload to iTunes.