sideloading

'App installer failed to install package dependencies. Ask the developer for Microsoft.VCLibs.140.00

*爱你&永不变心* 提交于 2019-12-05 06:03:24
screenshot of the error I am getting this error:" App installer failed to install package dependencies.Ask the developer for Microsoft.VCLibs.140.00.Debug package " while side loading .appxbundle file via App installer in windows10 client machine, however the same was sideloaded in my (developer) machine without any issue. I am using Visual Studio 2017 for development. Couldn't find anything relevant in google. Somebody help..!! Try to add it to Dependencies section into .appinstaller file: <Dependencies> <Package Name="Microsoft.VCLibs.140.00" Publisher="CN=Microsoft Corporation, O=Microsoft

Verify non-Google Play app installs using Play core library

梦想与她 提交于 2019-12-04 03:29:36
Some context: Most of us may have faced this ResourceNotFoundException when we migrated to Android app bundle release method. It is evident that the issue is because of Side-loading the app. Reference here. Google recently announced solution to this problem. Using play core library we can identify whether the app is side-loaded or not (Identifies the missing split apks). If the app is side-loaded it shows " Installation failed " popup and redirects to play store, where user can properly install the app via the Google Play store. Problem: Everything works fine until the installation of missing

Android App not compatible with devices that sideload Google Play

旧巷老猫 提交于 2019-12-03 11:40:59
问题 I have an app which has been deployed to Play and is compatible with any device running 2.1 or later; no special restrictions or requirements defined in AndroidManifest.xml. There have been several complaints from users trying to install the app via Google Play but getting messages that it is not compatible. In all of these cases sideloading the app works perfectly. Digging a little deeper into the problem it appears that in all cases, the people reporting the problem are using a device that

Android App not compatible with devices that sideload Google Play

为君一笑 提交于 2019-12-03 02:11:25
I have an app which has been deployed to Play and is compatible with any device running 2.1 or later; no special restrictions or requirements defined in AndroidManifest.xml. There have been several complaints from users trying to install the app via Google Play but getting messages that it is not compatible. In all of these cases sideloading the app works perfectly. Digging a little deeper into the problem it appears that in all cases, the people reporting the problem are using a device that did not ship with Google Play installed. IE. the device probably failed Google's CTS. Having said that,

sideload windows 8 apps to multiple devices?

早过忘川 提交于 2019-12-02 07:52:50
问题 I have developed a windows 8 app and I wish to install the app on 10 devices and also when I alter the app I wish to automatically upgrade the app installed on these 10 devices. I do not wish to use the windows store and the app and devices have the necessary certificates needed. Is there a way I can sideload the app to the 10 devices and upgrade the app easily without using a hardrive to uninstall and install the app on each device? 回答1: Altough this was asked a while ago i want to answer

sideload windows 8 apps to multiple devices?

一曲冷凌霜 提交于 2019-12-02 05:39:15
I have developed a windows 8 app and I wish to install the app on 10 devices and also when I alter the app I wish to automatically upgrade the app installed on these 10 devices. I do not wish to use the windows store and the app and devices have the necessary certificates needed. Is there a way I can sideload the app to the 10 devices and upgrade the app easily without using a hardrive to uninstall and install the app on each device? Altough this was asked a while ago i want to answer this, as i myself struggled a long time sideloading LOB-apps and Microsoft almost makes no efforts of

Preferred way to deliver UWP app without Windows Store

寵の児 提交于 2019-12-01 20:56:07
问题 I need to deliver an UWP app (*) that the client will install on tablets inside their network. The Windows Store is blocked by policy. There is a procedure for signing and sideloading an .appx package (https://blogs.msdn.microsoft.com/micham/2014/05/30/sideloading-store-apps-to-windows-8-1-devices/) but it's very complicated. Is there a way to bundle the app as an .msi or .exe (or APP-V package) instead? (*) It must be an UWP app to register as a File Open Picker. 回答1: Or have the

Preferred way to deliver UWP app without Windows Store

纵饮孤独 提交于 2019-12-01 18:26:54
I need to deliver an UWP app (*) that the client will install on tablets inside their network. The Windows Store is blocked by policy. There is a procedure for signing and sideloading an .appx package ( https://blogs.msdn.microsoft.com/micham/2014/05/30/sideloading-store-apps-to-windows-8-1-devices/ ) but it's very complicated. Is there a way to bundle the app as an .msi or .exe (or APP-V package) instead? (*) It must be an UWP app to register as a File Open Picker. Or have the organization/client signup for a Windows Enterprise store. https://www.microsoft.com/en-us/business-store Dark

how to deploy metro app to windows rt device WITHOUT STORE [closed]

旧街凉风 提交于 2019-12-01 10:37:00
I developped a metro app and its for my company only. so I'm not going to upload it to windows store. I want to use my app on Windows RT devices (over 400). I tried to open appx with powershell but powershell needs developer license How can I deploy my app to rt devices ? Therefore you need Windows 8 Enterprise, which enables you, to "sideload" an App directly on your devices http://blogs.technet.com/b/scd-odtsp/archive/2012/09/27/windows-8-sideloading-requirements.aspx You must enable the Allow all trusted applications to install Group Policy setting You must activate the sideloading product

how to deploy metro app to windows rt device WITHOUT STORE [closed]

孤者浪人 提交于 2019-12-01 08:33:08
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . I developped a metro app and its for my company only. so I'm not going to upload it to windows store. I want to use my app on Windows RT devices (over 400). I tried to open appx with powershell but powershell