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
1
vote
1 answer

Sideloads data correctly (using custom adapter) - JSBIN inside

(JSBIN) (JSBIN output) So, I have the following model and I would to load my data: App.List = DS.Model.extend({ name: DS.attr('string') }); App.User = DS.Model.extend({ username: DS.attr('string'), users: DS.belongsTo('App.List') // is this…
Mattia
  • 209
  • 1
  • 5
  • 12
1
vote
1 answer

Sideloading Windows 8 app in company

I am currently developping a Windows 8 metro app. This app will not be available in the Martketplace but will be distributed by sideloading. For this it is necessary to sign the app with a certificate and import the same certificate on the client…
Charlie
  • 521
  • 1
  • 4
  • 17
0
votes
0 answers

Deployed excel addin to azure will not sideload

I have been working on an excel add-in. I have deployed it to azure, and I am now working to sideload it to verify functionality. I cannot get it to sideload. It briefly flashes the custom ribbon menu that I created, but then it disappears and…
murphyk4
  • 1
  • 2
0
votes
0 answers

Does anyone knows how to fix LOCKDOWN_E_INVALID_HOST_ID on sideloadly windows?

i'm trying to use sideloadly on my windows pc to sideload api on my ipad which is in iOS 16.1. But i keep having this error : FAILED: Call to lockdownd_client_new_with_handshake failed: LOCKDOWN_E_INVALID_HOST_ID ERROR: Guru Meditation…
FearYa
  • 1
0
votes
0 answers

Is there a way to automate sideloading without the recovery menu OR automate navigating the recovery menu in Android?

This is for some automation I want to setup. I want to be able to sideload in an automated fashion for some testing, without any human intervention. The normal way to do an OTA is adb reboot recovery then navigate the recovery menu, then select…
TinyGrasshopper
  • 2,190
  • 2
  • 17
  • 28
0
votes
0 answers

React Native - iOS save photo in an app specific album

I'm creating an iOS app. I want to save a photo to the device. I want to save the photo to an album specific to my app, so I need to create the album, and then save photos to the album. I've seen someone else asking how to do it in Swift here…
0
votes
0 answers

How to resign ipa with my own apple developer account

I explain the situation. me, my wife and my son are 3 VERY pokemon lovers. My wife and I have an iPhone 12 and my son plays on an iPad. I've been sideloading for long time and never had a problem, but we plan to go on a 4 month RV trip in May. …
0
votes
1 answer

UWP sideload install failed due to Microsoft.NET.CoreFramework.2.2

I currently have some issues distributing and UWP app I developped. I tried to install the application on the same computer on which it has been developped but in another user account which does not have administrator priviledges. The main issue is…
Flaubert TAGU
  • 67
  • 1
  • 7
0
votes
1 answer

How to verify the right DLLs are loaded

In order to defend my products against sideload attacks, I would like to verify that the DLLs that I load into the the application, are really the DLLs that I expect, and not a compromised DLL with the same name. I've considering generering hashes…
Squazz
  • 3,912
  • 7
  • 38
  • 62
0
votes
0 answers

How to autostart a fully trusted sideloaded app?

I have finished a .NET 6 sideloaded, fully trusted app to be deployed on a IoT environment. I want it to autostart when Windows starts, but the method of adding a shortcut to the Startup folder doesn't work. "Windows Start -> App Icon -> More >"…
Guillermo
  • 56
  • 6
0
votes
2 answers

How to push update to a flutter app which is not uploaded on play store

I have a scenario where in i am building an flutter app which i don't want to upload to google play store. I will provide the .apk to download via website . Now i have a new version of the app which i replaced the old .apk file with in the…
0
votes
0 answers

Can't install the app after re-signing the IPA file?

According to the instructions I learned on google, follow to create Certificates and profiles. But when I signed the .ipa file, the online sideload on the phone could not be installed. The account I signed up for the Apple Developer Program, Entity…
0
votes
1 answer

PlayProtect unknown developer warning - How to make developer known but without app in PlayStore

I want to distribute an Android app for sideloading only. However, when users are installing this apk, PlayProtect shows a warning about "...blocked... - unknown developer". Is there a way, to register myself as developer / my signing keys with…
allofmex
  • 557
  • 1
  • 4
  • 16
0
votes
1 answer

Not able to install Production/Distribution Sign iOS .ipa using ideviceinstaller

In my MacBook-Pro v11.3.1 in which I installed: libimobiledevice ideviceinstaller (https://github.com/libimobiledevice/ideviceinstaller) Expecting: Application Side loading is required. Any option by which iOS can install to end user iPhone,…
0
votes
1 answer

Sideload A Microsoft Word Add-In In Office Online Server

I'm working on a modern Word Add-In that we would like to work inside Word for the Web on Office Online Server (2019) via WOPI. For testing, we would like to sideload the Add-In. I can do this in the O365 version of Word for the Web without…