Giter VIP home page Giter VIP logo

Comments (9)

gering avatar gering commented on June 2, 2024 1

Since the PR above is somehow stuck, I did try to resolve this for myself and was able to do so with a bit of effort.

The main issue is, that the iOS-SDK bundled with Xamarin only supports the iOS 16 bindings and does not contain the ones from 17. Unfortunately, Apple decided to deprecaterequestAccessToEntityType of EKEventStore permission requests and make them fail at the same time, instead of adding a fallback implementation, that would use requestFullAccessToEventsWithCompletion under the hood.

Anyway, first approach was to simply call the new requestFullAccessToEventsWithCompletion with Obj-c message send via Selector directly from C#, but that failed, because I was not able to provide the parameter for the callback correctly.

But, creating a small static (obj-c) lib, which wraps the missing calls to EKEventStore + creating the bindings for C#, just works fine. Remember to build a fat lib, in order to also support iOS simulator.

here you go → https://github.com/gering/EventKitPermissionsWrapper

Use make to build the static lib

from essentials.

hlubik avatar hlubik commented on June 2, 2024

Xamarin.Forms too. Latest Version of all SDKs and Frameworks. Calendar Access is very important

from essentials.

vikher avatar vikher commented on June 2, 2024

I wanted to reach out to let you know that I'm still encountering the same challenge with the iOS 17 Calendar permissions. Despite ensuring the necessary configurations and code adjustments as discussed previously, the permission prompts for Calendar.Write or Calendar.Read are still not displaying as expected

from essentials.

john26l avatar john26l commented on June 2, 2024

Xamarin form App, just upgraded to iOS 17, Calendar permission no longer working, but other permission such as contact write still working, can any one have a clue and please advise, thanks lot

from essentials.

mh05 avatar mh05 commented on June 2, 2024

@john26l In dotnet 8 you can use the solution of Plugin.Maui.CaledarStore
https://github.com/jfversluis/Plugin.Maui.CalendarStore/pull/46/files#

from essentials.

hlubik avatar hlubik commented on June 2, 2024

Is there no solution for Xamarin.Forms with .Net Standard 2.0 ??

from essentials.

jfversluis avatar jfversluis commented on June 2, 2024

The solution could be along the same lines as the link posted above. I'll see what I can do to also add that to Xamarin.Essentials.

from essentials.

hlubik avatar hlubik commented on June 2, 2024

Hi Gerald, good news, and better, if you (or someone else) could it ASAP, or a workaround with Dependency injection?
I need this very urgent.
Thanks

from essentials.

jfversluis avatar jfversluis commented on June 2, 2024

Thank you @gering! Yeah I was wondering about that. I do see the bindings come up on my machine, but I guess that might be some weird mixup between the .NET MAUI and Xamarin bits, because indeed there is Xcode 15 support but no new APIs so I guess we won't be able to implement this in Xamarin.Essentials anymore.

Thank you for this workaround!

Closing this one as we can't make this work on the Xamarin side because while Xcode 15 is supported for Xamarin, no new APIs have been added. Only the ability to build against Xcode 15 and prolong the Xamarin lifespan a little.

If you really need this, use the workaround above or migrate to .NET MAUI.

from essentials.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.