Questions tagged [sideloading]

The process of transferring data between two local devices. In terms of mobile devices it means to use USB, BT, NFC, memory-card or a local network instead of online app stores like Marketplace, Google Play, iTunes.

Sideloading is a term used in Internet culture, similar to "upload" and "download", but in reference to the process of transferring data between two local devices, in particular between a computer and a mobile device such as a mobile phone, smartphone, PDA, tablet, portable media player or e-reader.

See the complete article here

168 questions
0
votes
1 answer

Where is my App Package Deployment in Group Policy Editor

I've installed visual studio to code and develop a windows store app using HTML5. but It seemed that I didn't have any developer license so I searched on net and found out that I can change the whole policy in this way: 1.Open the Group Policy…
Erfan
  • 1
  • 5
0
votes
0 answers

Win8 App - WCF - how to fire timer event only once?

I wrote a Win8 App which is calling a WCF every minute to get some Data. The Win8 App is shared via sideloading and i've got about 10 clients where this app is running. So my problem is - i've got to call a special method in the WCF only every 10…
Dave Stockinger
  • 139
  • 2
  • 18
0
votes
0 answers

Upgrade remains till the time phone is rebooted

I have an application, which I have made it as part of system apps. I have an option to sideload the application and upgrade to next level and upgrade works fine. But, when I reboot the device, Android points back to the system app and the upgrade…
Lohit
  • 67
  • 2
  • 9
0
votes
1 answer

Windows Store app sideloading

I have associate my Windows Store app with the Windows store and I got a "Appname_StoreKey.pfx" key file, and I deleted my temporary key. If I create my app package using this key will my app expires after a month? Temporary key expires on a month…
0
votes
1 answer

Windows PowerShell to Deploy Windows Store Appx Side Loading

I am currently trying to set my Windows Store app up for side loading. I have been following instructions such as this one but then run into troubles with a MS Scheme and certificates. Being unable to get my Code Signing Certificate to work due to…
Robert
  • 400
  • 8
  • 23
0
votes
1 answer

Difference between package signing and code signing

Using VS2013 and Windows 8.1 I have a .cer and .pfx file bought from Verisign. I am new to store apps. I have couple of questions What is the difference between signing the package and code signing (done using the VS 2013 packaging tab of…
0
votes
0 answers

how to update sideloaded app from playstore, when app is published in playstore

I have an android app that will mostly be sideloaded from the apk obtained from over website, to use the GCM services we will also make the app available in play store, so if we update the app. Will the sideloaded app also get the auto updates as…
goldsmit409
  • 478
  • 4
  • 26
0
votes
1 answer

ember.js, How do I load related models while loading main model from server that is not support sideloading

I'm ember.js newbie and facing daily problems :-) Today's problem is my server backend doesn't support sideloading. (If I understood 'sideload' right, it is server returns related models at once with multiple JSON root) for example, my server only…
sio4
  • 413
  • 1
  • 5
  • 15
0
votes
0 answers

Use bluetooth beacon or NFC Tag to sideload android app

I want to sideload an android app via bluetooth (NFC would also be ok). My basic idea is, that you go near a beacon or NFC Tag and it will ask you to install an application and finally sends it to your phone. It has to have a capacity of around 2MB…
V1nc3nt
  • 369
  • 4
  • 11
0
votes
1 answer

Installshield sideload: app not start after install

I have a problem with a Windows 8.1 app that I want to deploy by sideloading. I installed InstallShield premier to test it's feature, and generated an installation package that contains appx file and a test certificate file created by visual studio…
0
votes
0 answers

sideloaded windows 8 app crashing on Windows 8.1 and not installing on Windows 10

I am sideloading a dev package on windows 8.1 and on Windows 10. On Windows 8.1 The app crashes as soon as it launches Faulting application name: XXXX.exe, version: 1.0.0.0, time stamp: 0x54bd196d Faulting module name: twinapi.appcore.dll,…
Ramya
  • 561
  • 1
  • 4
  • 25
0
votes
1 answer

Check if app version is installed before running Add-AppxPackage

I have a script that run everytime the user logs on. The script installs a sideloade app. I am running into a problem when the app has already been installed. If the app is already installed the app state is deleted. How can I check if the app…
d0001
  • 2,162
  • 3
  • 20
  • 46
0
votes
2 answers

Programmatically install certificate on windows8

I am aiming to install a certificate on Windows 8 using a ".exe" application, I have the common problem of "Access denied". Installing the certificate for CurrentUser works well but doesn't let the program install a Windows Store Application in a…
0
votes
1 answer

Sideloading with Ember Data

I'm attempting to get rid of some async relationships in Ember-Data and sideload them instead but am running into some issues. My API sends back the related data but the records are properties on each object returned instead of a separate…
ultimatemonty
  • 211
  • 1
  • 13
0
votes
2 answers

Glass Application Launch without Launchy

I've written a Glass application using the Glass GDK and Eclipse, however I cannot get Launchy (the side-loader application) working correctly. I've been told it's been broken since the last XE release. Therefore, how do I get my application to run…
CODe
  • 2,253
  • 6
  • 36
  • 65