Search results for

“Visual Studio Maui IOS”

109,102 results found

Post

Replies

Boosts

Views

Activity

Implementing App Clips with .NET MAUI
We have an iOS App built in .NET MAUI (Multi-platform App UI). This is a web view App. We wish to integrate APP Clips into this App. But we are unable to do it, due to less available resources online on such implementation. We do not wish to share code between .NET MAUI App and App clips. We understand it is not possible to add APP Clips without a parent swift/Xcode app. As an alternative solution we were thinking to Create a new APP in APP Store Connect using XCode/swift and integrate app clips to it. This parent app when downloaded by users will only redirect users to our MAIN .NET MAUI app to app store connect. We need to know if such apps will be approved by APPSTORE Connect? Please guide us on this. Also please do let us know if you have any other solution to integrate App clips to a .NET MAUI App
0
0
136
Jun ’25
Reply to Error in storyboard
Sorry, cannot tell about Visual Studio.But I sometimes experience blank view controller windows with nothing in them. Without Visual studio. Need to close and reopen the project to usually correct it.I would at least try a clean Build folder of the project (in fact option-clean).
Jun ’19
Maui not working anymore
Hello everyone, I am currently hitting my deadline for an alpha test. unfortunately the my dotnet maui application is no longer deploying on iOS devices. I am currently looking for a way to further debug this error. I get the following message but I cannot make anything of it: xcrun simctl launch --stdout=/dev/ttys001 --stderr=/dev/ttys002 --terminate-running-process D8EAC0E0-CC31-4E75-A40A-3B28D1AF4771 CollappMaui -monodevelop-port 10000 An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): Simulator device returned an error for the requested operation. No such process Underlying error (domain=NSPOSIXErrorDomain, code=3): Application launch for 'CollappMaui' did not return a valid pid nor a launch error. No such process error HE0042: Could not launch the app 'CollappMaui' on the device 'iOS 16.4 (20E247) - iPhone 14 Pro Max': simctl returned exit code 3
2
0
966
May ’23
Reply to Unhandled managed exception: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Expected dequeued view to be returned to the collection view in preparation for display.
Hi @NidhiSood9 I have found a solution to this problem. All I had to do to get this to work is to add a few packages to the main project csproj. These are the packages that I added: Once you’ve added these packages, do a clean, delete bin and obj, launch visual studio, build the project and run it. This resolved my Collectionview IsGrouped issue for iOS 18.0, I hope it resolves yours too.
Topic: UI Frameworks SubTopic: UIKit
Nov ’24
Apple SDK Location detection for Mcrosoft Visual Studio 2019 for mac
Hi People. Problem is simpel but i am not mac guy so thats the reason i cant solved anyhow. Problem is; The Microsoft VS 2019 for mac con not detect the Apple SDK. dont know is it installed with xcode or not , not sure so; what i have first of all MS VS 2019 for mac : Check Xcode 10.1 ( 10B61) : Check Xcode Command line Tool for Xcdoe 10.1 : Check Those are what i install but problem still occurs. so need you help guys. Thx btw.
0
0
501
Jan ’23
Reply to Git Workflow Suggestions
Xcode is like Visual Studio in that, when using git-based SCM, it expects you to have a local repository on your PC, linked to a remote repository on a server. It's not clear from your description if this is what you've been doing, or if you've been accessing the server repository directly via VPN from all of your PCs, and skipping the use of local repositories.I'd guess NOT the latter, but it's hard to tell. If the former, then it works the same in Xcode as in Visual Studio. You initially clone your remote repository locally, then make the remote link in the IDE settings. (The details vary in what particular order you do things.) Then you can pull and push changes to the remote repository. Xcode can also create and merge branches.It's also perfectly feasible to do your SCM outside Xcode, using any of several 3rd-party apps, or using the 'git' command in a terminal window.Since this is similar to what Visual Studio does, perhaps you can clarify what parts
Apr ’16
Reply to how do you get xcode 32 bit for windows?
Apple doesn't offer any dev tools for Windows. There are thirdy party tools, and I believe you can do iOS and Android development from Microsoft's Visual Studio now using C#. But these forums are for working with the official SDK, so it's probably not the place to be for support if you are using an SDK provided by a third party. If you want Xcode you are going to need to buy a Mac.
Sep ’17
Reply to Xcode doesn't support iOS 14.5.1
Apple should learn a lot of thing from Microsoft and Google About backward compatible in windows 10 or 11 you can install any version of visual studio since 1996
Replies
Boosts
Views
Activity
Dec ’23
Implementing App Clips with .NET MAUI
We have an iOS App built in .NET MAUI (Multi-platform App UI). This is a web view App. We wish to integrate APP Clips into this App. But we are unable to do it, due to less available resources online on such implementation. We do not wish to share code between .NET MAUI App and App clips. We understand it is not possible to add APP Clips without a parent swift/Xcode app. As an alternative solution we were thinking to Create a new APP in APP Store Connect using XCode/swift and integrate app clips to it. This parent app when downloaded by users will only redirect users to our MAIN .NET MAUI app to app store connect. We need to know if such apps will be approved by APPSTORE Connect? Please guide us on this. Also please do let us know if you have any other solution to integrate App clips to a .NET MAUI App
Replies
0
Boosts
0
Views
136
Activity
Jun ’25
Reply to Error in storyboard
Sorry, cannot tell about Visual Studio.But I sometimes experience blank view controller windows with nothing in them. Without Visual studio. Need to close and reopen the project to usually correct it.I would at least try a clean Build folder of the project (in fact option-clean).
Replies
Boosts
Views
Activity
Jun ’19
Reply to A 1024 x 1024 pixel app icon for your app must be added to the asset catalog in Xcode
I found that the option Enable device-specific builds was ticked in the Build properties of the release configuration in Visual Studio Mac. Unticked and then submitted, all good... HATE this error!!
Replies
Boosts
Views
Activity
Jan ’24
Reply to UDP Broadcast on iOS 15 works, but not on iOS 18 — Is there a restriction on using broadcast IP?
@vkhokad : do you use xamarin/iOS MAUI App?
Replies
Boosts
Views
Activity
Feb ’25
Maui not working anymore
Hello everyone, I am currently hitting my deadline for an alpha test. unfortunately the my dotnet maui application is no longer deploying on iOS devices. I am currently looking for a way to further debug this error. I get the following message but I cannot make anything of it: xcrun simctl launch --stdout=/dev/ttys001 --stderr=/dev/ttys002 --terminate-running-process D8EAC0E0-CC31-4E75-A40A-3B28D1AF4771 CollappMaui -monodevelop-port 10000 An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): Simulator device returned an error for the requested operation. No such process Underlying error (domain=NSPOSIXErrorDomain, code=3): Application launch for 'CollappMaui' did not return a valid pid nor a launch error. No such process error HE0042: Could not launch the app 'CollappMaui' on the device 'iOS 16.4 (20E247) - iPhone 14 Pro Max': simctl returned exit code 3
Replies
2
Boosts
0
Views
966
Activity
May ’23
.NET MAUI app fails to launch on iOS
Hello, so I have a problem. Last Friday was everything ok, but today(Monday) app fails to launch (Emulator or real device iOS). Android is working fine, but when launching on iOS there is half a second before crash. Any ideas or suggestions?? Here's log: logs
Replies
1
Boosts
0
Views
851
Activity
Sep ’23
Reply to Unhandled managed exception: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Expected dequeued view to be returned to the collection view in preparation for display.
Hi @NidhiSood9 I have found a solution to this problem. All I had to do to get this to work is to add a few packages to the main project csproj. These are the packages that I added: Once you’ve added these packages, do a clean, delete bin and obj, launch visual studio, build the project and run it. This resolved my Collectionview IsGrouped issue for iOS 18.0, I hope it resolves yours too.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Nov ’24
Reply to Xcode 14 Asset Validation Issue: 1024 by 1024 PNG Image Not Recognized in Assert Catalog
I found that the option Enable device-specific builds was ticked in the Build properties of the release configuration in Visual Studio Mac. Unticked and then submitted, all good... HATE this error!!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Apple SDK Location detection for Mcrosoft Visual Studio 2019 for mac
Hi People. Problem is simpel but i am not mac guy so thats the reason i cant solved anyhow. Problem is; The Microsoft VS 2019 for mac con not detect the Apple SDK. dont know is it installed with xcode or not , not sure so; what i have first of all MS VS 2019 for mac : Check Xcode 10.1 ( 10B61) : Check Xcode Command line Tool for Xcdoe 10.1 : Check Those are what i install but problem still occurs. so need you help guys. Thx btw.
Replies
0
Boosts
0
Views
501
Activity
Jan ’23
Reply to WARNING ITMS-90704: Missing App Store Icon.
I found that the option Enable device-specific builds was ticked in the Build properties of the release configuration in Visual Studio Mac. Unticked and then submitted, all good... HATE this error!!
Replies
Boosts
Views
Activity
Jan ’24
Reply to Git Workflow Suggestions
Xcode is like Visual Studio in that, when using git-based SCM, it expects you to have a local repository on your PC, linked to a remote repository on a server. It's not clear from your description if this is what you've been doing, or if you've been accessing the server repository directly via VPN from all of your PCs, and skipping the use of local repositories.I'd guess NOT the latter, but it's hard to tell. If the former, then it works the same in Xcode as in Visual Studio. You initially clone your remote repository locally, then make the remote link in the IDE settings. (The details vary in what particular order you do things.) Then you can pull and push changes to the remote repository. Xcode can also create and merge branches.It's also perfectly feasible to do your SCM outside Xcode, using any of several 3rd-party apps, or using the 'git' command in a terminal window.Since this is similar to what Visual Studio does, perhaps you can clarify what parts
Replies
Boosts
Views
Activity
Apr ’16
Reply to MacOS Ventura - WindowServer quit unexpectedly
I got same problem, iMac 2022, using Visual Studio Code, running into same issues with unexpected logouts from my account, got to relogin again and then receiving the message that Windows shut unexpectedly... What's on with that?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to how do you get xcode 32 bit for windows?
Apple doesn't offer any dev tools for Windows. There are thirdy party tools, and I believe you can do iOS and Android development from Microsoft's Visual Studio now using C#. But these forums are for working with the official SDK, so it's probably not the place to be for support if you are using an SDK provided by a third party. If you want Xcode you are going to need to buy a Mac.
Replies
Boosts
Views
Activity
Sep ’17
Reply to SMS fraud extension
Hello,I am unable to open the project build settings and disable Identity Lookup because my app is developed using Xamarin in Visual Studio. Is there any solution available for this?Thank you fot the help.
Replies
Boosts
Views
Activity
Feb ’18