Search results for

Visual Studio Maui IOS

105,637 results found

Post

Replies

Boosts

Views

Activity

Integrating App Clips in .NET MAUI iOS APP
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
1
0
136
Jun ’25
Reply to Command Line Tools
Visual Studio / XCode problem: I found that having installed the command line tools using xcode-select --install that my Xamarin.iOS project in Visual Studio kept showing Xcode is not currently installed or could not be found. After much ado, I discovered in Xcode > Preferences > Locations > Command Line Tools, that the drop down was blank. When I selected the drop down, the Command line Tools that were just installed were available, and when I selected that and rebooted Visual Studio, that the error message went away. Hope it helps.
Jun ’21
Reply to Can i use spritekit without xcode ?
You need Xcode to create and build the SpriteKit project, but you can use Visual Studio Code to write the code. Select a Swift (or Objective-C if you're using that) file in the Finder, Get Info on the file, and tell the Finder to use Visual Studio Code as the default editor for Swift files. Double-clicking the Swift file in the Finder will open the file in Visual Studio Code. You can also select a Swift file in Xcode, right-click, and choose Open with External Editor. If you have an iPad that can run iOS 15, another alternative is to use Swift Playgrounds 4 and create a SpriteKit app in that. Create a SpriteView to show a SpriteKit scene in a SwiftUI app, which is what Swift Playgrounds lets you create.
Topic: Graphics & Games SubTopic: SpriteKit Tags:
Jan ’22
IOS 14: How to lock Screen Orientation with xamarin forms and visual Studio
My Problem: I am currently working on a App which requires to start und stay permanently in Landscape mode. In the Past you could achieve that by simply checking the boxes in the InfoPlist but it dosnt work anymore. Hours of googling later i still have no qlue how i can make that. Further information can be found here: I would be very grateful for your help!
0
0
845
Jul ’21
Reply to Code Folding Ribbon in Xcode 9 GM
This is seriously ridiculous. I cannot believe they took such an important feature away. The developer team should take some hints from Visual Studio! Not to be mean but Visual Studio looks like a Tesla when compared to XCode. ALL DEVELOPERS READING THIS GO INTO BUGREPORT (bugreport.apple.com) AND SUBMIT A SUGGESTION SO WE CAN GET IT BACK.
Sep ’17
Loading NSImage from icns file takes very long for Visual Studio Code icon
I am trying to load an app icon from an icns file. I am using the following code: guard let url = NSWorkspace.shared.urlForApplication(withBundleIdentifier: com.microsoft.VSCode) else { return nil } let icon = NSWorkspace.shared.icon(forFile: url.path) This seems to work very fine for all apps that I tested. All of them? No. Loading the icon for Visual Studio Code takes 4-5 seconds. Are there any other, faster methods? I also tried to use NSImage(contentsOfFile: url.path) which also takes very long. I have uploaded the icns file here: https://sascha-simon.com/Code.icns How can this behavior be explained?
4
0
1.3k
Aug ’23
Using External Accessory Framework in iOS App Development with MAUI
Hello, Apple Developer Community, I am currently developing an iOS application using .NET MAUI. In this application, I need to use the ExternalAccessoryFramework to communicate with external devices. However, I couldn't find any information about the compatibility of MAUI and ExternalAccessoryFramework, and I would like to confirm whether this combination is possible. Can an iOS app developed with MAUI use the ExternalAccessoryFramework? If so, could you provide any guidelines or reference materials about its implementation? I would greatly appreciate it if you could share your knowledge and experience. Thank you in advance.
1
0
910
Feb ’24