Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified UIDeviceFamily doesn't work #713

Open
1 task done
K3nTG opened this issue Jan 29, 2024 · 1 comment
Open
1 task done

modified UIDeviceFamily doesn't work #713

K3nTG opened this issue Jan 29, 2024 · 1 comment

Comments

@K3nTG
Copy link

K3nTG commented Jan 29, 2024

No Duplicates Issue

  • I'm sure I've searched on the issue tracker before creating one.

Expected Behavior?

I'm trying to run an app with an iPhone screen size on my iPad by modifying UIDeviceFamily to a value of 1 in info.plist. The modified IPA file works when I sideload it to my device and I expected it does the same when I install it through Trollstore.

Current Behavior?

When I run the app installed from Trollstore, the modified UIDeviceFamily does not work and the app still runs on the original screen size of my iPad that is supposed to be an iPhone screen size.

Possible Solution?

No response

Steps to Reproduce

I modify the IPA's info.plist, change the value of 'UIDeviceFamily' to only a value of 1 and not 1, 2, this is to support only for iPhone size and not universal. I install the modified IPA file through Trollstore.

TrollStore Version

2.0.12

iOS/iPadOS version

16.5

iDevice Model

iPad 8th

Other info of your environment

No response

@opa334
Copy link
Owner

opa334 commented Jan 29, 2024

TrollStore apps are registered as system and this key isn't respected on System apps as far as I know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants