Search results for

Visual Studio Maui IOS

105,651 results found

Post

Replies

Boosts

Views

Activity

Reply to "Unnotarized Developer ID" - Facing issue while code signing my electron application using the apple developer certificates
Thanks for the reply.Actually, the electron-packager packages my entire code and creates a '.app' for mac. My major issue is code signing part as before the update evehting was working absolutely fine for me but, post update I'm getting error to be unnoatrized developer ID. I've created a new application in Xcode and got it signed and notarized as everything was taken care by Xcode only. But, the current applicaiton being developed in Visual studio code using electron.js is coming up as a big challenge to me.Do you know how can I get to know whether my developer ID is notarized or not, or is it related to something else?Kindly share some inputs related to electron.js built applicaitons in visual studio code if possible. Thanks in advance
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’19
Reply to Coding
Who is you? In most cases, Apple doesn't respond in these forums. They do sometimes, but not often. I can assure you there is no partnership' with Electron. Visual Studio Code is Microsoft's product. You would have to ask Microsoft about it. I'm not sure what you are asking for in terms of some alternative compatible.
Nov ’20
Reply to electron mac build crashing on startup (signed and notarized)
Hi @eskimoThanks for the reply.Actually, my application is built using Visual studio code and not Xcode. I've code-signed my application using electron-osx-sign (electron package).Though, currently my application is running fine on macOS 10.14.5 and above (10.15 as well). Now I want to get it notarised to avoid any issues in future, I've been looking for solutions given on internet and I found all the solutions are using Xcode.I've researched so far that you cannot open or export an applicaiton built in visual studio code to Xcode. Can you share some solution to get my electron applicaiton notarised without using Xcode (by some commands or electron packages).Thanks in advance.
Topic: Code Signing SubTopic: General Tags:
Oct ’19
Reply to Open-Sourcing Plan
Linux is also easier since it is much further along the road with the LLVM support. Google had been working on an LLVM implementation for Visual Studio as a plugin with compatibility, and now Microsoft is working on some LLVM implementation.... but as far as I know it is not as mature. Swift has a dependancy on the LLVM.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Apps made through .net maui don't work with local networks.
Apps made through .net maui don't work with local networks. I'm using the .net 8 framework, and I followed the app to the ios system through .net Maui after connecting it to the computer through a data cable. When I open the app, I get a request to access the local network and I agree to it. But still my app is not accessible. I have asserted it correctly inside info.plist. How can I fix this issue
2
0
307
Feb ’25
Reply to ITMS-90809: Deprecated API Usage
Did you try the solution presented here (I think the important is the flag to add to the build): https ://devblogs.microsoft. com/xamarin/uiwebview-deprecation-xamarin-forms/ Go and see it to have screenshots as well. The solution only involves three steps: Use the right versions of Xamarin.Forms and Xamarin.iOS. Do you use Forms ≥ 4.5 and .Xamarin.iOS ≥ 13.10.0.17 Add a flag to the build configuration. (is it what you did with link all ?). Did you add the Additional mtouch arguments defined in the screen shot (--optimize=experimental-xforms-product-type)? Build and submit your app to the App Store On the Xamarin.Forms side we also had to make some changes to make all this work correctly. These new changes are part of Xamarin.Forms 4.5, including the pre-releases. Make sure that you are using the Forms 4.5 or newer NuGet package in your projects. You also need to make sure that you are using Xamarin.iOS 13.10.0.17. You can check this from Visual Studio. This version of Xamarin.iOS is include
May ’21
drag and drop in visual studio 2022 c# -> swift cocoa osx app
hello i have created an osx app containing one image well and one grid. i the plan is that i can drag an image filename from finder and drop them in the image well or grid. if i drop it in the image well, the image file will be displayed in the well. if i drip it in the table the filename will appear there. how do i do this in c# synced with swift? i have looked up for some but not found an example that works in this environment. thank you
0
0
263
Jan ’24
MAUI app unable to launch due to a failure in UIKitCore
I'm very new to deployment on an iOS device, but I have a MAUI app I'm trying to test in a simulator. Unfortunately, every time I try to launch I get a black screen and the console just shows a ton of warnings in UIKitCore for my process that say: Rendering a view (0x7fb5f6a76f0, UIWindow) that is not in a visible window is not supported (no context) I was able to get a completely fresh project deploying and running on my simulator, so it has to be something in my app, but I have no idea where to start. Any thoughts would be great!
Topic: UI Frameworks SubTopic: UIKit Tags:
3
0
1k
Dec ’22
Studio Display
I am running a MacBook pro with Ventura beta 3. I am trying to update my two studio displays to 19f80. My speakers quit after about three seconds. I have tried to update but my mac says I am up to date. The version in the about still shows 19f77. Any way to force the update? Any ideas?
1
0
377
Aug ’22
RoomCapture Visualizer
In the WWDC video the code includes a reference to the visualizer object. var previewVisualizer: Visualizer! I'd like to create my own ViewController using RoomCaptureSession and incorporate the visualizer. This doesn't seem to be available in the RoomPlan framework, have I missed something or has this been removed from the public interface? Thanks
2
0
1.4k
Jun ’22