Add Support for ADP certificate with custom App Group#537
Add Support for ADP certificate with custom App Group#537hugeBlack merged 8 commits intoLiveContainer:multitaskfrom
Conversation
New store type `ADP`
Cert data for ADP certificate with App Group entitlement will write to app group. Add condition in testJITLessmode.
|
The Xcode project file seems to be messy. |
|
Thank you for your contribution! That looks good, I'll take a closer look later. But could you please revert your changes to the pbxproj file except the file move? We already have a Global.xcconfig to customize your team id. Also, can you cache the app group in UserDefaults so we don't have to analyze the executable at every launch, which also allows us to move these files back? |
Okay. I’ll make a commit later.
Sure. I’ll cache app group in App’s UserDefaults. But if the install method is
As I used function in |
|
I mean what I suppose is that the app group is cached to UserDefaults when the ADP cert is imported, so we don't need to call |
So we don't have to analyze executable every launch. SideStore/AltStore method is not affected.
|
Hi! I've reverted the changes to the pbxproj file except for the target membership modification. So it reduces the number of calls to |
Sorry, I’m not familiar with LiveProcess, so the changes related to it will need to be handled by you~ QAQ |
Achieve multitasking by moving data to custom app group for ADP certificate.
Storetype: ADP, it enabled when detected custom app group.