Custom Apps

RSS for tag

Design and build customized apps that meet the unique needs of an organization.

Custom Apps Documentation

Posts under Custom Apps tag

50 Posts
Sort by:
Post not yet marked as solved
0 Replies
221 Views
My team has developed a Glide app (web app, not a native iPhone app) that can be saved to the home page and accessed like an actual app. In our Glide app, we have an embedded other app, that requires the Safari settings to allow cookies and not prevent cross-site tracking in order to work. When these settings are turned on for Safari, and users access our app in Safari directly, the embedded app works fine. However for the users who saved our app to home screen and access it that way, even if they allow cookies and turn off prevent cross-site tracking in Safari settings, the embedded app does not load. Is there any workaround for this? If not Safari, what browser is the "app" that has been saved to the home screen using? Why does it have separate settings from normal Safari?
Posted
by
Post not yet marked as solved
0 Replies
273 Views
I have binary generated by a non-xcode process which works. The way the binary is constructed means that the Mach-o headers are not correct for codesigning and I have a manual C program to correct the headers. This has worked fine for years but on OSX 12, after the header-manipulation runs, the signature generated by the compile of the binary is invalid and so the binary won't run any more (the usual "Killed" error). Codesigning also fails, presumably for the same reason. So, the question is on OSX 12, after I have manually changed Mach-o headers, can I resign somehow to obtain a valid binary again for codesigning?
Posted
by
plk
Post not yet marked as solved
0 Replies
338 Views
I am creating an application using flutter and I want to make it live for a limited number of users who belong to me or my organization, This app is showing calculator UI in front and if the user enters a perfect combination he will get a personal web view. That web view is hidden from the public or friends. Is there any issue if I make this app online on APP Store - like privacy or how can I install this app on limited users or for my friend circle
Posted
by
Post not yet marked as solved
2 Replies
439 Views
We have an iOS app that is distributed as a Custom App using Apple Business Manager. Our customers are firms which do some final configuration (via MDM) on the app so that it is ready for their employess to use. We now want to introduce Universal Links. The associated domain for these links corresponds to the respective server of the customer. We have tried out the links on a sample branch and it all works fine. But: Our product must not contain any customer-specific information. So we cannot enter the server addresses of the customers as associated domains in Xcode. I would expect there to be a way to register an associated domain via MDM using a configuraiton or profile, to circumvent the Apple Content Delivery Network. But I cannot find a way. Does anybody have a clue?
Posted
by
Post not yet marked as solved
0 Replies
247 Views
Using Custom Apps we would like to be able to propose to our customers different versions of the same application. This is because our customers have to test the different app versions and choose which version they want to distribute internally, via their own MDM. Is something like this feasible? how? If not, how could this be achieved? Regards, Philippe Fos Software Delivery Manager
Posted
by
Post not yet marked as solved
3 Replies
566 Views
How do I create redemption codes for my custom app to distribute globally to users in my business with their own devices? 160,000 users 38 countries - which are all listed on your business manager guide and in the Apple Store connect listing. The first batch I have created only work in the US where are head office is. But I need to distribute all over the world.
Posted
by
Post not yet marked as solved
2 Replies
636 Views
As I have published the app in private mode and I am distributing my app to my end-users with the Redemption code method, but there is a challenge that my end users are from different countries. As my ABM account is registered with India, And some of my end-user are from the UK while using the redemption code they are getting an error message that this redemption code can be only used in India Store. How to distribute the custom app to different regions users.
Posted
by
Post not yet marked as solved
0 Replies
290 Views
I have purchased a redemption code from my ABM, Now I am distributing the code/link to my users. As my end user's are around the world. User's are from different countries are getting error message while redeeming the code like "the code is valid only in India store!" What's the solution for this situaion.
Posted
by
Post marked as solved
2 Replies
840 Views
I have made a custom swift package that contains the encoding and decoding functions for my app String Conversion Tool. It is uploaded to GitHub: (https://github.com/Casual3306/ConverterExtra). I do a request for the package (in my apps main project) and the package imports just fine, it is present in the Frameworks, Libraries, and Embedded Content and it is present in Package Dependencies, I have also run: "Reset Package Caches" and "Resolve Package Versions". The package also imports into the designated module as a "module" but when I try to access any of that "modules" files like > ConverterExtras > Encoders it is giving me an error saying that "This class may not be available in this context". All of the files are in the module package but Xcode isn't finding them for some reason: Xcode version: 13 System: MacOS (Big Sur 11.6)
Posted
by
Post not yet marked as solved
1 Replies
330 Views
Hi All, I'm trying to pass in a URL from a View (screen) and navigate to a new View, which then would take a URL to initialize an object. I'd say it goes something like this: //----- File 1 ---------// struct myView1: View { var body: some View { HStack{ Logo() NavigationLink(destination: myView2(url: url_passed_in)) { Circle() } } } } //-----end of file 1-----// //------ File 2 ---------// struct myView2: View { var url: URL private var myObject: SpecialObject // <-- I need to initialize this from the url passed in @State private var progress: Float let timer = Timer.publish(every: 1, on: .main, in: .common).autoconnect() var body: some View { ProgressView("Downloading...", value: progress, total: 100).onReceive(timer) { _ in progress = SpecialObject.get_progress() } } } //----- end of file 2-------------// //------ File 3 ----------// class SpecialObject { var url: URL @State private var progress: Float = 0.0 init(url:URL) { // Code that takes the url of a file to create an object } func get_progress() -> Float { return progress } } // -----end of file 3 -----// Long story short, I want to open an Audio file from the URL and process it...and update the UI with how far along it is in processing I have tried several things and fixing one bug creates more bugs. Please help
Posted
by
Post not yet marked as solved
0 Replies
538 Views
Hi, This is my first post. Please direct me, if this post isn't in the correct category. I am writing to inquire about how to manage browser settings on mac BigSur 11.6. I am new to the Apple Ecosystem. Any advise is much appreciated. We currently have over 50,000 apple devices to manage. I understand a MDM(Intune) is required to manage those devices.  We tried to use Imazing Profile Editor, Jamf Pro, composer\Apple configurator\Xcode to change\modify browser seetings, but no luck with those tools. The following tasks that we can't do with those tools: Add custom Safari\Firefox\Chrome bookmarks Suppress Welcome to Chrome screen Prevent users from adding "Add-ons" in Firefox. We can set homepage for safari\chrome, not firefox with iMazing tools. I'm trying to find is there anyway to achieve with scripts or any other tools. Again Any advise is much appreciated. Thank you
Posted
by
Post not yet marked as solved
0 Replies
339 Views
Can i publish an app with the organizations signature that only specific people that i authorize will really have access to the application ?. Like, when you download the app you will have to log in, but you cant register, so we will register only the people we want (like 20 people). I know apple has the enterprise signature for that purpose but i dont want to pay 299$...
Posted
by
Post not yet marked as solved
3 Replies
517 Views
I have been unable to add the Organization ID in the app store connect under App Distribution Method - Private. It has been constantly giving messages "The Organization ID or Apple ID you entered could not be found. Try again." Have contacted Apple Support who reply with a standard copy-paste message that "try later as our engineers are aware of this problem". Has anyone come across this. Apple Engineers - please wake up.....
Posted
by
Post not yet marked as solved
2 Replies
644 Views
I'm stuck in the "custom apps" section, if I press the "Inizia" button (I think it's Start in English, sorry for the screenshot in Italian) nothing happens. After about 20 seconds of waiting without clicking anything else, a popup opens where you can confirm the Apple ID credentials. I enter the credentials and go ahead, but here I am stuck, nothing happens and the page remains the same as the screenshot. I tried with: -Safari on Mac -Edge on Mac -Firefox on Mac -Edge on Windows I also had a client of mine try who is physically in a different country (therefore another internet connection) I don't know how to fix.... I have opened the EDGE development tools and in the console I see several errors, possible that there is a bug in the site?
Posted
by
Post not yet marked as solved
2 Replies
900 Views
I am working on an App which is capable of opening Wallet passes (.pkpass files). While I can now open most of my testing passes (used/expired boarding passes / tickets / etc. I found in my mails), one specific pass fails to open: My subway card. It is rather old; I have it in the wallet for quite some time now. When I uncompress the .pkpass file (exported from the Wallet), I will get a JSON file which cannot be opened properly. If I do e.g. less pass.json, this is what I see: If I open the same file in XCode, this is what I see: Interestingly, when I open the file using the quick preview in Finder (space), or open file properties in Finder, I will get a valid and clean preview as well. Also, the pass was exported from my iOS wallet, so the file must be valid. This leads me to believe that this file is using some kind of encoding which cannot be displayed correctly in e.g. less. I tried opening the file using BBedit, but no matter which encoding I pick, I will always get garbage. Can anyone tell me which kind of encoding/file format this is, so I can implement a proper method of opening/parsing this?
Posted
by
Post not yet marked as solved
0 Replies
277 Views
Hi, We are developing a loyalty app and our customers request the app with their salon names and logos instead of our default name and logo. Meaning with different customers, we might need to create a same app but with different names and logos. I am not sure we can do that or not, please help me. Thank you for reading Regards, Van
Posted
by
Post not yet marked as solved
0 Replies
349 Views
Hello, I have a custom app developed which is meant for specific customers who are using our ERP system. The app has been published and I created an Apple Business Manager account. Then created the Redemption Codes and sent to my customers to redeem and install the App. Please note that the app availability setting is "All Countries". The problem is that I am based in Singapore, but the customer in Hong Kong gets the message saying "This code is valid only in the Singapore Store". how to resolve this issue?
Posted
by
Post not yet marked as solved
2 Replies
407 Views
hi, I have some doubts about the human interface guidelines , im working on a UI lib, and we want that our switch be smaller tan yours. I fount that you wrote this ' Provide ample touch targets for interactive elements. Try to maintain a minimum tappable area of 44pt x 44pt for all controls.' . my question its, that tappable area should be visible ? can i have a trasparente view tappable and inside this my own smaller switch ?
Posted
by