mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 02:15:54 +03:00
[GH-ISSUE #511] Add suffix to app identifiers #111
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#111
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 @coolopj on GitHub (Dec 31, 2024).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/511
The option to install more than one app using the option "Use provisioning profile's application ID" .The method Sideloady uses is by adding alphanumeric at the end of the real app's bundle ID for example com.google.ios.youtubemusic.4X6DGHY8U. The alphanumeric is generated from the provisioning profile. Here is an example from this image : https://imgur.com/a/25siHDs.
@ViRb3 commented on GitHub (Dec 31, 2024):
What's the advantage of this over using the app's original bundle id? Are you trying to install the same app multiple times?
@coolopj commented on GitHub (Dec 31, 2024):
with this, apps that uses dynamic island functions can be opened from there when song is playing, like spotify and also be opened from lock screen
@ViRb3 commented on GitHub (Dec 31, 2024):
If you use the original app id, does it also not work?
@coolopj commented on GitHub (Dec 31, 2024):
it doesn't work. when i tap on the Dynamic island when song is playing, nothing happens same as on the lockscreen
@ViRb3 commented on GitHub (Dec 31, 2024):
Very strange. What if you use the custom id option and manually add a suffix in the end? Does that work?
@coolopj commented on GitHub (Dec 31, 2024):
if manually added it won't work either
@coolopj commented on GitHub (Dec 31, 2024):
I think i has to be done by the app signer for it to work
@ViRb3 commented on GitHub (Dec 31, 2024):
This sounds like it's unrelated to the bundle identifier and more likely related to entitlements. Can you compare the entitlements for all components between the working app and the non working one from SignTools with the same custom id?
@ViRb3 commented on GitHub (Dec 31, 2024):
Also make sure the bundle identifier matches across all components between the working app and the SignTools signed one.
@coolopj commented on GitHub (Dec 31, 2024):
I think it has something to do with the entitlements