Search results for

“Visual Studio Maui IOS”

109,080 results found

Post

Replies

Boosts

Views

Activity

Reply to .NET MAUI, how to load the iOS crash report to Visual Studio
I'm not sure how to open such iOS crash report using Visual Studio for Mac. That specific question is one you should ask your IDE’s vendor. Taking a step back, is the crash report in human-readable or JSON format? If it’s the latter, you can convert it to the former by changing the extension to .ips and then using Quick Look in the Finder. Once you have it in human-readable format, you should be able to see some basic info. You may need to symbolicate the backtraces to make progress. My standard reference for that is Adding Identifiable Symbol Names to a Crash Report. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Jun ’23
Reply to Issue with App Crashing After Download from App Store
Thank you very much for your feedback and suggestions. As an additional note, my development environment is Visual Studio 2022, and the app was developed as a multi-platform application for iOS and Android. I am not entirely sure how I resolved the issue, but with the latest update it no longer occurs. The app now starts in the App Store environment just as it does in the TestFlight environment and no longer crashes. I made two changes during the process: re-downloaded all certificates (Distribution, Developer, Provisioning Profile) and added them again on my Mac. re-integrated all additional packages. After these steps, I uploaded the updated version to the TestFlight environment and subsequently submitted it for review in the App Store.
Sep ’25
Reply to Unable to use Application in iOS18 Devices
You should check with the support resources provided by “Xamarin” to get assistance with their software. Unless another developer in the forums has experience with the third-party and can provide assistance. I would also recommend that you consider MAUI as I believe Xamarin is now being replaced by MAUI. Xamarin support ended on May 1, 2024. I believe. Albert Pascual
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
Feb ’25
Reply to Error Adding Account to Visual Studio 2022
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. I would also recommend that you consider MAUI as I believe Xamarin is now being replaced by MAUI. Xamarin support ended on May 1, 2024. I believe. Albert Pascual
  Worldwide Developer Relations.
Mar ’25
Visualization Kernel for Optical Flow
Hey there, I am currently working on a project that can heavily benefit from optical flow. So I am really happy Apple provided an API to generate it. But before I will put further work into it I want to investigate how accurate the results are. In there WWDC20 presentation Apple had a very cool visualization of the optical flow using a custom CIFilter. There kernel code wasn't in the presentation but they stated they will publish it in the slide attachments. Sadly, I can't happen to find these attachments. At least they are not listed in the Resources segment for that session. Does anyone know where I might find the kernel code instead? Thanks and best regards, Max PS: Here is the link to the session I was talking about. The requested visualization can be found at 23 minutes. https://developer.apple.com/videos/play/wwdc2020/10673
3
0
1.8k
Sep ’20
Reply to Server part on Swift
For Swift on the server side, take a look at IBM's offering: www.ibm.com/cloud-computing/bluemix/swift/My guess is that Microsoft will soon (6-12 months) add Swift to Visual Studio, enabling Swift-based Azure servers.I'm not sure it's any easier to stick with OS X Server, because any OS X APIs you rely on will likely not scale as well as the APIs of the mainstream providers such as Microsoft and IBM. But that remains to be seen.
Topic: Programming Languages SubTopic: Swift Tags:
May ’16
Error 3019 - Authentication Error. Xcode--Appium studio
I am having problems registering an IOS developer Account on Appium Studio. I have 2 different paying development accounts and both are failing to register. I have upgraded the Appium Studio version to the latest version (22.1.8625) and tried different computers in different networks. “The error message is: Failed to add apple developer account with appleid: *******@*****.net and teamid: ********** reason: Bad response from server. 200: OK Server says: Authentication Error. XCode 7.3 or later is required to continue developing with your Apple ID . (3019). Please make sure you are not using a free acount, as it is not supported.” So, I’m using a paying account with the latest Appium Studio version but getting this message. please provide some help on this issue? Regards
3
0
1.5k
Mar ’22
Reply to Intune Auto-Update Issue Following Xamarin Project Migration
Looks like this is an old post that never had a reply. You should check with the support resources provided by “Xamarin” to get assistance with their software. Unless another developer in the forums has experience with the third-party and can provide assistance. I would also recommend that you consider MAUI as I believe Xamarin is now being replaced by MAUI. Xamarin support ended on May 1, 2024. I believe. Albert Pascual
  Worldwide Developer Relations.
Topic: Business & Education SubTopic: General Tags:
Feb ’25
Reply to Simulator crash Exception Type: EXC_CRASH (SIGKILL) WatchDog: 0x8BADF00D
Looks like this is an old post that never had a reply. You should check with the support resources provided by “Xamarin” to get assistance with their software. Unless another developer in the forums has experience with the third-party and can provide assistance. I would also recommend that you consider MAUI as I believe Xamarin is now being replaced by MAUI. Xamarin support ended on May 1, 2024. I believe. Albert Pascual
  Worldwide Developer Relations.
Feb ’25
Reply to .NET MAUI, how to load the iOS crash report to Visual Studio
I'm not sure how to open such iOS crash report using Visual Studio for Mac. That specific question is one you should ask your IDE’s vendor. Taking a step back, is the crash report in human-readable or JSON format? If it’s the latter, you can convert it to the former by changing the extension to .ips and then using Quick Look in the Finder. Once you have it in human-readable format, you should be able to see some basic info. You may need to symbolicate the backtraces to make progress. My standard reference for that is Adding Identifiable Symbol Names to a Crash Report. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Jun ’23
Reply to Issue with App Crashing After Download from App Store
Thank you very much for your feedback and suggestions. As an additional note, my development environment is Visual Studio 2022, and the app was developed as a multi-platform application for iOS and Android. I am not entirely sure how I resolved the issue, but with the latest update it no longer occurs. The app now starts in the App Store environment just as it does in the TestFlight environment and no longer crashes. I made two changes during the process: re-downloaded all certificates (Distribution, Developer, Provisioning Profile) and added them again on my Mac. re-integrated all additional packages. After these steps, I uploaded the updated version to the TestFlight environment and subsequently submitted it for review in the App Store.
Replies
Boosts
Views
Activity
Sep ’25
unable to install car package in R studio
I am unable to install car package in R studio . I am using Mac Air M2. I am a graduate student and this package is most important for me during my assignments. Hope I get some solution for my problem here. I tried uninstalling and re installing the R studio app but in vain.
Replies
1
Boosts
0
Views
589
Activity
Apr ’23
Reply to Unable to use Application in iOS18 Devices
You should check with the support resources provided by “Xamarin” to get assistance with their software. Unless another developer in the forums has experience with the third-party and can provide assistance. I would also recommend that you consider MAUI as I believe Xamarin is now being replaced by MAUI. Xamarin support ended on May 1, 2024. I believe. Albert Pascual
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Error Adding Account to Visual Studio 2022
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. I would also recommend that you consider MAUI as I believe Xamarin is now being replaced by MAUI. Xamarin support ended on May 1, 2024. I believe. Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
Mar ’25
How can i make an audio visualizer in AR
Is it possible to use the AppleMusic API and MusicKit to make an Audio Visualizer like in the Dynamic Island of iPhone 14 pro in AR
Replies
0
Boosts
0
Views
1.1k
Activity
Mar ’23
Visualization Kernel for Optical Flow
Hey there, I am currently working on a project that can heavily benefit from optical flow. So I am really happy Apple provided an API to generate it. But before I will put further work into it I want to investigate how accurate the results are. In there WWDC20 presentation Apple had a very cool visualization of the optical flow using a custom CIFilter. There kernel code wasn't in the presentation but they stated they will publish it in the slide attachments. Sadly, I can't happen to find these attachments. At least they are not listed in the Resources segment for that session. Does anyone know where I might find the kernel code instead? Thanks and best regards, Max PS: Here is the link to the session I was talking about. The requested visualization can be found at 23 minutes. https://developer.apple.com/videos/play/wwdc2020/10673
Replies
3
Boosts
0
Views
1.8k
Activity
Sep ’20
NSLayoutConstraint: Visual format syntax for NSLayoutAttributeCenterX?
I'd like to know if it is possible to express NSLayoutAttributeCenterX/NSLayoutAttributeCenterY in visual format syntax. Thanks.
Replies
4
Boosts
0
Views
509
Activity
Jul ’15
Mac Studio without webcam Facetime
I don't know if it's an error or something like that, but I can't use my iPhone 12 camera as webcam with my Mac Studio in Facetime and Quicktime. I'm using a 27 LG screen without webcam. Is it necesary to get by? What's the thing? Anybody with my issue? thanks...
Replies
1
Boosts
0
Views
456
Activity
Jul ’22
Reply to Server part on Swift
For Swift on the server side, take a look at IBM's offering: www.ibm.com/cloud-computing/bluemix/swift/My guess is that Microsoft will soon (6-12 months) add Swift to Visual Studio, enabling Swift-based Azure servers.I'm not sure it's any easier to stick with OS X Server, because any OS X APIs you rely on will likely not scale as well as the APIs of the mainstream providers such as Microsoft and IBM. But that remains to be seen.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’16
Error 3019 - Authentication Error. Xcode--Appium studio
I am having problems registering an IOS developer Account on Appium Studio. I have 2 different paying development accounts and both are failing to register. I have upgraded the Appium Studio version to the latest version (22.1.8625) and tried different computers in different networks. “The error message is: Failed to add apple developer account with appleid: *******@*****.net and teamid: ********** reason: Bad response from server. 200: OK Server says: Authentication Error. XCode 7.3 or later is required to continue developing with your Apple ID . (3019). Please make sure you are not using a free acount, as it is not supported.” So, I’m using a paying account with the latest Appium Studio version but getting this message. please provide some help on this issue? Regards
Replies
3
Boosts
0
Views
1.5k
Activity
Mar ’22
Reply to İos 18 for xcode 14
You must upgrade to latest macOS & Xcode to develop for latest iOS. — WindowsMEMZ @ Darock Studio
Replies
Boosts
Views
Activity
Oct ’24
Reply to Intune Auto-Update Issue Following Xamarin Project Migration
Looks like this is an old post that never had a reply. You should check with the support resources provided by “Xamarin” to get assistance with their software. Unless another developer in the forums has experience with the third-party and can provide assistance. I would also recommend that you consider MAUI as I believe Xamarin is now being replaced by MAUI. Xamarin support ended on May 1, 2024. I believe. Albert Pascual
  Worldwide Developer Relations.
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Simulator crash Exception Type: EXC_CRASH (SIGKILL) WatchDog: 0x8BADF00D
Looks like this is an old post that never had a reply. You should check with the support resources provided by “Xamarin” to get assistance with their software. Unless another developer in the forums has experience with the third-party and can provide assistance. I would also recommend that you consider MAUI as I believe Xamarin is now being replaced by MAUI. Xamarin support ended on May 1, 2024. I believe. Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
Feb ’25
Tracking and Visualizing Faces demo crashes
I tried running the Tracking and Visualizing Faces demo and unfortunately, it crashes at let url = Bundle.main.url(forResource: resourceName, withExtension: scn, subdirectory: Models.scnassets)! The Models.scnassets is available in the project.
Replies
2
Boosts
0
Views
947
Activity
Dec ’22