mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-28 03:15:48 +03:00
[GH-ISSUE #453] [Question] How does the Use provisioning profile's application ID work? #103
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @officiallor on GitHub (Jul 12, 2024).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/453
Hello
I wanted to try to fix the dynamic island not working as in the original apps and I found SignTools. I managed to set it up in a few minutes although I have some suggestions about this.
My question is how does the use provisioning profile's application ID work? This option worked for me but it says that I won't be able to install another app because it has a fixed id which I verified it myself.
Is there any way to fix the dynamic island for more than one app?
Regarding the setup process, I would like to suggest and I might try when I find some time to write a tutorial, after I figure out how to make it work as I haven't done such a setup for locally running the build process. It would be easier for most of the people that want to use SignTools to run it locally even if it will require a couple of extra steps.
@ViRb3 commented on GitHub (Jul 12, 2024):
This should explain it pretty well: https://github.com/SignTools/SignTools/blob/master/FAQ.md#2-provisioning-profiles
Let me know if you still have any questions after reading.
@officiallor commented on GitHub (Jul 13, 2024):
@ViRb3 When I use the use profile's application id, I get something like com.fixedTextHere.explicit so I guess it's a explicit one. I don't know any other way to check though.
What is the proper way to sign so you can have the same functionality as the original app?
I am signing other apps too but as the link says probably it's improperly signed and some features may not work.
Isn't there any way to bypass this limitation?
Is there any specific reason that the explicit are more widespread? Something like a limitation for providing one for many users through the apple developer account?