Search results for

“Visual Studio Maui IOS”

109,064 results found

Post

Replies

Boosts

Views

Activity

Anyone has any issues with voice control and high quality visuals in the Vision Pro
We are working on an app for the vision pro which has high polygons count and lots of high resolution textures. Everything looks smooth and in general very well, The issue is the moment we turn on voice control even if it is not being used the visuals at the center start to stutter left to right. Has anyone seen this ?, it must be a bug, any workaround ? Thanks, Guillermo
1
0
537
Sep ’24
MacOS Sonoma Login Screen not helpful for visually impaired
Why o why did you have to mess with the login screen in Sonoma??? For a visually impaired person (like my wife) you have made the login/lock screen very unfriendly compared to previous releases. With Ventura and previous versions, I have the Lock Screen settings set to: List of Users Show Sleep, Restart, Shut Down buttons The avatar pics of the three users on our computers (admin, me, wife) show up as big icons in the middle of the screen, with the Sleep, Restart, Shutdown buttons in a row right beneath the icons. My wife can find her avatar, click on it, type in her password, and then get right to her magnified closeview screen. With Sonoma, she will have to deal with small moving avatar pics at the bottom of the screen, not friendly at all. And she will NEVER find the Shutdown button hidden in the upper right menu bar. Doesn't Apple test new upgrades with the accessibility community??? Sonoma is a big step backward for the visually impaired.
15
0
4.4k
Sep ’23
Reply to Privacy report from command line
This is an annoyance for us too. We don't use Xcode directly, we are building apps with .NET MAUI. It would be useful to generate the privacy report as part of the CI/CD workflow. Having to load the archive into the product organizer and then control-click the archive to generate the report is clunky.
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’24
Preview Crashes with glitched visuals
When working on my Xcode project and using Previews from time to time I find preview crashes and ens up with the image below. The UI is completely unresponsive and only way to bring it back I find is close and relaunch Xcode. Anyone else experience this - is there a known fix or a better way to kick preview to restart that doesn't involve full relaunch of XCode
2
0
371
Dec ’24
MATCH_ATTEMPT_FAILED error on Android Studio Java+Kotlin
Getting MatchError MATCH_ATTEMPT_FAILED everytime when matchstream on Android Studio Java+Kotlin project. My project reads the samples from the mic input using audioRecord class and sents them to the Shazamkit to matchstream. I created a kotlin class to handle to Shazamkit. The audioRecord is build to be mono and 16 bit. My Kotlin Class class ShazamKitHelper { val shazamScope = CoroutineScope(Dispatchers.IO + SupervisorJob()) lateinit var streaming_session: StreamingSession lateinit var signature: Signature lateinit var catalog: ShazamCatalog fun createStreamingSessionAsync(developerTokenProvider: DeveloperTokenProvider, readBufferSize: Int, sampleRate: AudioSampleRateInHz ): CompletableFuture{ return CompletableFuture.supplyAsync { runBlocking { runCatching { shazamScope.launch { createStreamingSession(developerTokenProvider,readBufferSize,sampleRate) }.join() }.onFailure { throwable -> }.getOrThrow() } } } private suspend fun createStreamingSession(developerTokenProvider:DeveloperTokenProvider,r
0
0
561
Dec ’24
Visualize AVPlayer track while playing a streamed m3u8 file
I am simply trying to visualize m3u8 files from my Amazon S3 server while they are playing on my AVPlayer. The basic context of my AVPlayer is that I first create AVURLAsset and attach the cookies required to access it and then subsequently create the AVPlayerItem. I then setup the AVPlayer, play it, and then setup an observer so that I can handle some logic when the audio file is done playing. I just want to be able to get the power data of the streamed file in real time or close to real time. I looked into audioTapProcessor but it does not appear to work with streamed files. I then looked into AVAudioEngine but that also does not work well with streams. Is there any solution to this?
0
0
835
May ’23
Reply to Debug passkit network communications
Hi Tacca Studio,At a minimum, do you see the HTTP calls in your web server log files?Are you able to see registrations and de-registrations working on your Passbook web service implementation?Are you trying this with the Simulator or a physical iOS device?Simulator for Wallet/Passbook is broken. 😟- Simon.
Nov ’15
Reply to Label issue - iOS 16 beta
This is expected. TextKit in iOS 16, especially with TextKit 2, includes improved line breaking algorithms designed to help make each line visually balanced in length.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’22
Anyone has any issues with voice control and high quality visuals in the Vision Pro
We are working on an app for the vision pro which has high polygons count and lots of high resolution textures. Everything looks smooth and in general very well, The issue is the moment we turn on voice control even if it is not being used the visuals at the center start to stutter left to right. Has anyone seen this ?, it must be a bug, any workaround ? Thanks, Guillermo
Replies
1
Boosts
0
Views
537
Activity
Sep ’24
MacOS Sonoma Login Screen not helpful for visually impaired
Why o why did you have to mess with the login screen in Sonoma??? For a visually impaired person (like my wife) you have made the login/lock screen very unfriendly compared to previous releases. With Ventura and previous versions, I have the Lock Screen settings set to: List of Users Show Sleep, Restart, Shut Down buttons The avatar pics of the three users on our computers (admin, me, wife) show up as big icons in the middle of the screen, with the Sleep, Restart, Shutdown buttons in a row right beneath the icons. My wife can find her avatar, click on it, type in her password, and then get right to her magnified closeview screen. With Sonoma, she will have to deal with small moving avatar pics at the bottom of the screen, not friendly at all. And she will NEVER find the Shutdown button hidden in the upper right menu bar. Doesn't Apple test new upgrades with the accessibility community??? Sonoma is a big step backward for the visually impaired.
Replies
15
Boosts
0
Views
4.4k
Activity
Sep ’23
Reply to Can't install macOS Monterey beta on M1 external drive
I used SanDisk 1T with Apple thunderbolt cable ( important) installed it again today since my Mac Studio wouldn’t let me make external SSD boot Monterey so I made one on M1 Mac Mini and use it on Mac Studio
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Privacy report from command line
This is an annoyance for us too. We don't use Xcode directly, we are building apps with .NET MAUI. It would be useful to generate the privacy report as part of the CI/CD workflow. Having to load the archive into the product organizer and then control-click the archive to generate the report is clunky.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Automatic Provisioning fails in VisualStudio 2022
Thanks for the post. It seems a question for .NET Maui. You should check with the support resources provided by the 3rd party to get assistance with their software. Unless another developer in the forums has experience with the third-party and can provide assistance. Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
Sep ’25
SwiftUI visual effect view
Is there an easier way to use a vibrant / blur container view in SwiftUI now other than to use a hosted UIView?
Replies
0
Boosts
0
Views
897
Activity
Jun ’20
Strange visual effect of the searchbar
As you can see, when I swipe to see the context actions in the collectionview, the searchbar flicks. Same story when, in a popover, i change the PreferredContentSize.
Topic: UI Frameworks SubTopic: UIKit
Replies
2
Boosts
0
Views
321
Activity
Sep ’24
Preview Crashes with glitched visuals
When working on my Xcode project and using Previews from time to time I find preview crashes and ens up with the image below. The UI is completely unresponsive and only way to bring it back I find is close and relaunch Xcode. Anyone else experience this - is there a known fix or a better way to kick preview to restart that doesn't involve full relaunch of XCode
Replies
2
Boosts
0
Views
371
Activity
Dec ’24
MATCH_ATTEMPT_FAILED error on Android Studio Java+Kotlin
Getting MatchError MATCH_ATTEMPT_FAILED everytime when matchstream on Android Studio Java+Kotlin project. My project reads the samples from the mic input using audioRecord class and sents them to the Shazamkit to matchstream. I created a kotlin class to handle to Shazamkit. The audioRecord is build to be mono and 16 bit. My Kotlin Class class ShazamKitHelper { val shazamScope = CoroutineScope(Dispatchers.IO + SupervisorJob()) lateinit var streaming_session: StreamingSession lateinit var signature: Signature lateinit var catalog: ShazamCatalog fun createStreamingSessionAsync(developerTokenProvider: DeveloperTokenProvider, readBufferSize: Int, sampleRate: AudioSampleRateInHz ): CompletableFuture{ return CompletableFuture.supplyAsync { runBlocking { runCatching { shazamScope.launch { createStreamingSession(developerTokenProvider,readBufferSize,sampleRate) }.join() }.onFailure { throwable -> }.getOrThrow() } } } private suspend fun createStreamingSession(developerTokenProvider:DeveloperTokenProvider,r
Replies
0
Boosts
0
Views
561
Activity
Dec ’24
Reply to Ventura Hack for FireWire Core Audio Support on Supported MacBook Pro and others...
I will add, I am a professional Voice Actor with studio equipment that has required endless cables and adapters to accommodate new Mac upgrades but this is a real kick in the pants. I hope MAC places a real fix in the OS because this is the livelihood of many studio owners.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Visualize AVPlayer track while playing a streamed m3u8 file
I am simply trying to visualize m3u8 files from my Amazon S3 server while they are playing on my AVPlayer. The basic context of my AVPlayer is that I first create AVURLAsset and attach the cookies required to access it and then subsequently create the AVPlayerItem. I then setup the AVPlayer, play it, and then setup an observer so that I can handle some logic when the audio file is done playing. I just want to be able to get the power data of the streamed file in real time or close to real time. I looked into audioTapProcessor but it does not appear to work with streamed files. I then looked into AVAudioEngine but that also does not work well with streams. Is there any solution to this?
Replies
0
Boosts
0
Views
835
Activity
May ’23
Reply to Debug passkit network communications
Hi Tacca Studio,At a minimum, do you see the HTTP calls in your web server log files?Are you able to see registrations and de-registrations working on your Passbook web service implementation?Are you trying this with the Simulator or a physical iOS device?Simulator for Wallet/Passbook is broken. 😟- Simon.
Replies
Boosts
Views
Activity
Nov ’15
Reply to macOS Monterey 12.3 Bluetooth connection problems since update
Same issue with beats studio 3
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Mojave DP4 Bluetooth Audio problems
Same here with Beats Studio 2
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’18