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

TestFlight determined as "Local source" #18

Open
ziyad-aljohani opened this issue Jun 28, 2023 · 4 comments
Open

TestFlight determined as "Local source" #18

ziyad-aljohani opened this issue Jun 28, 2023 · 4 comments

Comments

@ziyad-aljohani
Copy link

On iOS 17 beta, and store_checker: 1.3.0 and archived using Xcode 14.3.1
I don't know what causes the problem

@peret
Copy link

peret commented Jul 6, 2023

I think I do... The issue is caused by this commit: 78f0f0c

Real iOS devices can also have architecture arm64, so this method will now falsely report that the app is running in a simulator on those devices. That's why you get "Local source". The same will be true for iOS apps installed from the AppStore, btw. @ziyad-aljohani As a workaround you can try downgrading to version 1.1.0 of this package.

@ravitejaavv

@ziyad-aljohani
Copy link
Author

@peret Thank you Peret. Yes the problem appeared after upgrading the package to 1.3.0 or 1.2.0 i'm not sure.

@barqui
Copy link

barqui commented Jul 19, 2023

Is there any reason to not use
#if targetEnvironment(simulator)
to detect Simulator?

@bbjay
Copy link

bbjay commented Nov 24, 2023

This issue should be closed, as it's already fixed (see #19).
I almost ditched this library during my research because of this issue, but luckily saw the release notes.

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

4 participants