-
### Describe the issue or suggestion
The only version of the iOS platform library APIs that appears to be published on the Microsoft website are for Xamarin iOS SDK 12.
The current net8.0 SDK seems …
-
Hi developers,
Is it possible to make a compatible .net 8 SDK for .net MAUI.
I am converting all my previous projects from Xamarin to .net MAUI. I tried to make native bindings for ios from the fr…
-
### Description
Assigning a view's binding context (for view-to-view bindings to work) can be accomplished as such:
```xaml
```
However, the exact same logic but using a rela…
-
I believe these bindings are wrongly named and should be called `NSFont.FromDescriptor`
https://github.com/xamarin/xamarin-macios/blob/dd3aa9afcae832a5da2e706d2ac5bed4689cb04c/src/AppKit/NSFont.cs#…
-
I was wondering if this SDK was still in development? At this time there is no support for posting to the wall using the SDK on Windows Phone RT or Windows UWP.
I have been creating Xamarin.iOS and X…
-
### Description
We have started using `AsyncCommand` but this is causing an error when running our Xamarin UI tests in App Center that looks like it's related to reflection and type loading.
Our…
-
Hi Team,
We are developing VOIP call using the twilio bindings in our .NetMaui mobile app. Our app is built using the .Net8.0 framework.
The issue we are facing is for the Twilio bindings for iO…
-
Bindings need to be built against net6.0-ios TFM in addition to the existing Xamarin.iOS TFM.
Redth updated
2 years ago
-
`generator` doesn't "forward" and use generic type constraints in bindings. Consider this Java type:
```java
package com.xamarin.android;
public interface InvokeRunnable {
void invoke (T …
-
Hi, I have upgraded to the latest packages for:
- Xamarin.iOS.Google.Maps
- Xamarin.iOS.Google.Places
And am receiving a native crash related to retrieving autocomplete results. The affected me…