Windows phone 8.1 Sideloading

I need to distribute my app for testing, for this i am looking for a simple process like copy and install apk in android or installR or diawi for IOS.

XAP deploymet process is
http://www.windowsphone.com/en-in/how-to/wp8/apps/how-do-i-install-apps-from-an-sd-card?signin=true
But it is not working for cordova xap files.

Tried copying xap file (created with “ionic build wp8”) directly to sd card but store does not show my app into store --> install local app.

Installed VS 2013 update 4 and created an app with ionic template. compiled and copied xap file to sd card but it also does not appear in store --> install local app.
Note: Project --> store --> (all element are disabled)

Created Blank app (Apache cordova) same behavior as with ionic template app.

Created “Blank app (Windows Phone)”. Build and copied xap file to sd card but same issue. then created app package and copied .appx file to sd card but it also does not work.

Please guide me about sideloading process for ionic xap files.