- An existing project in wilddog
- Add your project link in main.html
var ref = new Wilddog("https://ProjectId.wilddogio.com/devices");
- Done! You can use an browser to open main.html
You can add your apk/ipa link in the website
jQuery('#android').qrcode({
width : 100,
height: 100,
text : "http://your.apk.location"
});