-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Build crashes on iPadOS immediately when using Location #7801
Comments
@justadaniel - can you please show the exact code you are using to get the location? Ideally, a complete project uploaded as a GitHub repo (not a ZIP). But at a minimum, showing the C# code that you used, including any relevant context. Thank you! |
Hi @justadaniel. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Here, I'll leave the previous issue on XF here for reference while I make a project. It is indeed happening due to a mixture of MTouchLink and calling location services apis. dotnet/macios#9938 |
@justadaniel thank you, that will be helpful to the investigation. |
Here's a link to the repo I just made. Be sure to build to a physical device. Log: |
Hey @justadaniel sorry it's been a while. Can you please confirm this is still an issue in current versions? Thanks! |
Hi @justadaniel. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Description
I'm trying to build an app I'm making that utilizes location to iPad. I've encountered this bug in Xamarin.Forms before. It pretty much comes down to the fact that iPads don't have a GPS, but location services still work thanks to location detection through WiFi. I don't know what is specifically going on under the hood, the kit is mainly for iPhone & Apple Watch, but Apple says that SensorKit is available to iPadOS as well.
Apple Docs: SensorKit
Steps to Reproduce
Version with bug
6.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS/iPadOS 14+
Did you find any workaround?
None
Relevant log output
The text was updated successfully, but these errors were encountered: