Bastian Noffer

Results 30 comments of Bastian Noffer

I know this post is a bit older, but perhaps it helps someone stumbling into the same issue. I ran into a similar issue and since the project seems to...

If carthage supports it try using the SpotifyiOS.xcframework. It is not part of the bundled releases ZIP-Files so you have to download the repository itself. I had similar issues when...

The only workaround I found is to trigger initial playback with the appRemote.authorizeAndPlayURI method like it is shown in the guides: https://developer.spotify.com/documentation/ios/quick-start/#authorizing-and-connecting-to-spotify This creates a transition to the Spotify App...

I have folders in both locations, but plugins are in the `/Library/Application Support` folder and not in `~/Library/Application Support`and since installing this way 0 issues with the plugin except for...

Hi @danechambers , no I did not yet submit this project and in its current transitional state it is far from being submittable. I'll consider it when I completed the...

I have a similar issue with a SearchBarRenderer: Here is the renderer code: ``` using System.ComponentModel; using Android.Content; using AViews = Android.Views; using Android.Widget; using Microsoft.Maui.Controls.Compatibility.Platform.Android; using Microsoft.Maui.Controls.Handlers.Compatibility; using Microsoft.Maui.Controls.Platform.Compatibility;...

We were suddenly seeing this exception on CollectionView while it was wrapped in a RelativeLayout from MAUI Compatibility. We ended up refactoring the particular page and removing the RelativeLayout.

I found a temporary solution: I had the issue that Debugging on Device did not work for me for a while now and I basically fully cleared the Project and...

The whole ASP.Net 5 is focusing on ease of use and interoperability. As I read on the EF7 GitHub page they are relying on re-linq to ease the Linq implementation....