Questions tagged [app-distribution]
77 questions
0
votes
0 answers
iOS app distribution to limited number of users
How to distribute iOS app to a limited number of users considering that B2B is not supported for my country? Also, is there a way to skip collecting UDIDs and not using certificates that expires in a year?
Any information you can provide me would be…

Valentina Konatar
- 277
- 1
- 9
0
votes
0 answers
Handling development & production builds Apple App Store
I am fairly new to mobile app distribution and I want to know how to improve my current process from more experienced people in this field.
My process is currently as follows:
CI/CD pipeline builds and pushes dev mobile app to TestFlight
App is…

steve
- 797
- 1
- 9
- 27
0
votes
2 answers
Controlling when to publish your app on the Google Play Store
I've developed an app for a client and is readying it for deployment on the iOS App Store and Google Play Store. The client wants a simultaneous release, so I'm trying to control when it goes out on the stores.
For Apple, you simply toggle the…

William
- 1
0
votes
2 answers
custom iOS app availability in public app store
I've an iOS app.
But I've several issues with my "Ready for Sale" app.
My app is distributed as custom app.
But users are unable to install the app with a "redemption code".
I tried to explain to them but very few have got it.
Others were getting…

Ripa Saha
- 2,532
- 6
- 27
- 51
0
votes
3 answers
Xcode app distribution fails after update of OS and Xcode
I have such an error in the organizer while distributing my app. The app builds and works ok in Debug mode on simulator or iPhone. It also Archived but I cannot distribute it via Development distribution from organizer!
ipatool failed with an…

Michał Ziobro
- 10,759
- 11
- 88
- 143
0
votes
3 answers
Can I use provisioning profile for Enterprise store and App store?
I have an iOS app that is currently deployed to the Enterprise store. Now I want to also distribute it to App Store. Can I use the same certificate and provisioning profile from Enterprise version, or do I have create new? Also what about the…

Indraneel Pole
- 300
- 2
- 10
0
votes
1 answer
Distributing iOS app as a B2B custom app and also making it available in the general app store
I have a requirement from a client who would like to distribute my app available in the App Store via. Apple Business Program to their employees. Of course, there will be some client-specific customizations added to the app but those will not take…

Dave
- 4,038
- 9
- 45
- 57
0
votes
1 answer
Can we distribute Enterprise ios app through Apple Business manager?
I have gone through this solution here. I am confused between B2B apps and enterprise apps. Does both are same? I am distributing my enterprise app using https(itms-services) link to other users.
So, how to do this with Apple Business manager? Does…

Kirti Nikam
- 2,166
- 2
- 22
- 43
0
votes
1 answer
How distribute specific iOS app version for specific region/territory
I have published app not for all the world.
I want to add one more region but for this region I want to push specific version with additional changes and other internal settings.
I know how to manage full access of the app. But what about concrete…

biloshkurskyi.ss
- 1,358
- 3
- 15
- 34
0
votes
0 answers
Is there a way to create an GPL licensed iOS App and distribute it to customers without violating any license terms?
I want to create an iOS app using a GPL library, therefore, I will publish the app as open source under GPL license too.
But how can I distribute it to arbitrary customers?
App Store: Restricts distribution violates GPL.
B2B: Restricts distribution…

Ti-m
- 71
- 11
0
votes
1 answer
iOS build with expiry date
I have to distribute a iOS build with a validity period such as validity for 3 week or 1 month. Before that I have to revoke the access of that build. Is possible to do this in fabric? Or there is any other methods to do this other than Testflight?

anas.p
- 2,246
- 19
- 26
0
votes
0 answers
Apple : Private App without an enterprise developer program
Having an Apple developer program, but not an enterprise program, how can I develope a private app (for ex. <100 devices)?
Choosing to use TestFlight for download the app to N. devices, which are the limits in this case (app expiry, certificate…

Whiteboard
- 91
- 10
0
votes
0 answers
Unable to install the iOS (enterprise distribution) app on global devices but able install it from Testflight mode
I have generated the distribute app with distribution provisioning profile.
I'm able to install it from Testflight but I'm unable to install the build on global devices.

iReddy
- 467
- 1
- 5
- 12
0
votes
1 answer
Define platform specific app ID in tiapp.xml?
I am completely rebuilding an old Titanium app for my company in the Alloy MVC framework and distributing to iOS & Android. The app IDs are different for each respective platforms' marketplace for some reason and I want to use the same, old IDs so…

Rampancy
- 45
- 1
- 6
0
votes
1 answer
For in app subscriptions and auto renewal of subscriptions through Google Play payment, does app needs to be installed through Google Play?
We are a content platform and looking to distribute our app outside of Google Play store. But for in-app purchases/subscriptions on Android does the app have to be distributed via Google Play only? If not, then what is the way to get this done?