Questions tagged [app-distribution]

77 questions
1
vote
0 answers

Unable to install app via OTA on MDM (ios11.2.6)

We have enterprise app and we send updates of app via OTA. I have two iPad device one is running ios 11.2.6 and other has 10.3.3 Both device configured with MDM having app installation restriction enabled When I try to install app via OTA on 10.3.3…
Sunil_Vaishnav
  • 425
  • 1
  • 5
  • 15
1
vote
0 answers

Publish and distribute a Google Sheets with App Scripts so user gets private copy of sheet

Usually addons are the way to distribute a Google Sheets script, but I do not know if that is a fit for my case: The user will manually fill out a list of their contacts / friends and answer custom questions about them. So they will, in some sense,…
djechlin
  • 59,258
  • 35
  • 162
  • 290
1
vote
2 answers

Where to put the text files when I distribute the app?

I have a simple application that needs to read multiple text files. But right now in order to access the files I am giving the address of the file in my laptop. let path = "/Users/alimashreghi/Desktop/glossories/science.txt" var text:String =…
A. Mashreghi
  • 1,729
  • 2
  • 20
  • 33
1
vote
2 answers

Distribute a library separate from apk

I want to use a library in my android app but want this library to be optional to the users. To make it optional, I want to distribute the library separate from the apk. So that: Users who intend to use this option can download the lib from within…
1
vote
1 answer

Can we distribute different version of single app to different client through app store or any other way?

We have one iOS app and we have single code base and all just need to create separate build for different clients. We need to distribute the app to all of them how can we distribute thought enterprise or vpp or any other way? Thanks,
Tushar Maru
  • 3,347
  • 10
  • 34
  • 53
0
votes
0 answers

Gain reputation for Windows SmartScreen by submitting exe file for malware analysis

I need to certificate a Window app which is distributed as exe installer outside the Microsoft App Store. I read that if you submit the app to Microsoft for malware analysis, the smartscreen will go away as soon as possible. My question: is this…
0
votes
0 answers

Xcode - first upload of new build after App transfer

I recently received an app to my App Store Connect account via app transfer. As the recipient of the transferred app I asked the original developer for the codebase and all of the assets, set the signing and capabilities to my team and, having…
0
votes
0 answers

Google Play Store - App Unlisting ( Hiding the app from Play store search )

I created a hybrid mobile app using React Native and submitted the Android app for Google PlayStore review which was approved with out any issues . Apple rejected our app saying we need to distribute the app with " Unlisted App Distribution" method…
Kamal
  • 11
  • 2
0
votes
0 answers

Is there any way to restore apk uploaded on firebase app distribution?

Is there anyway to restore apks uploaded on Firebase after expiration(5 months) ?
0
votes
0 answers

This app could not be installed at this time Apple Watch

I have just develop an apple watch with companion mode. When I try to distribute this app for testers using app distribution and getting error like this: Anyone know how to solve this problem? Expected: Watch App can be installed
0
votes
1 answer

Is it ok to distribute api-ms-win-core-xxx.dll with my app?

I compile a C++ exe with vs2022 on win11, and run it on a win7 device, but the system prompts that a bunch of api-ms-win-core-xxx.dll is missing. So, I check the documentation, it says these DLLs are introduced after win7, so can I just distribute…
Suric
  • 53
  • 1
  • 10
0
votes
1 answer

Error 403 while trying to download the app via App Distribution

For testing, a project was created in Firebase and two applications (for iOS and Android) were published. Testers have also been added, who have successfully received invitations to participate in testing by email. When clicking on the link in the…
0
votes
0 answers

Can I publish An Android App from two different accounts in separate countries?

I have a situation where I want to distribute An android app from two different accounts in two separate countries. Google provides a custom listing option, but I did not try that because I have only one Google Play Console account. I want to make…
0
votes
1 answer

Command CodeSign failed with a nonzero exit code in Xcode 11.3

Command CodeSign failed with a nonzero exit code warning: unable to build chain to self-signed root for signer "Apple Distribution: name.…
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
0 answers

Play store message "this item isn't available"

I uploaded my app about two weeks ago and at first, after it was approved it just said it wasn't available on my devices which I understand is a compatibility issue, and was fixing it. But when I checked it a couple of days ago, it says it is not…