I'm looking for a smartphone running Windows 10 that can execute native windows executables (build with Delphi, no universal Apps). Is this possible by design? Or aren't there such devices, since Windows 10 on smartphone isn't the same Windows 10 running on desktops?
At the end, I would also take native Windows 8.1 on smartphones - the main point is: to run native windows programs on it.
Is this possible?
Is this possible?
No this is not possible. Phones do not run Win32 executables.
Related
How can I build iOS app using Flutter with Windows 10?
I clicked in (build - Flutter - iOS app) from the tab bar, but it responds:
Building for iOS is only supported on the Mac.
It is not possible... You have to have a Mac to build an app for iOS.. That is Apple rules!!
It is not possible on a Windows 10. This way Apple can force developers to buy Apple hardware to develop for both platforms. You can try Hackintosh on a PC which will let you create IOS apps on non apple hardware.
It's not possible directly with Windows. You can achieve it though by using external services that provide Mac build machines. One of these services is Appollo.
Once you have Appollo installed and set up you can run the following command in your console to build your app
appollo build start --build-type publication
this will pre-publish your app on Apple Connect. You then have to add your screenshots etc...
You need to have xcode to create IOS app which is available only on OSX. Not on Windows. Not on Linux or anything. But using Hackintosh (Mac OS on normal desktop or laptop hardware) you can build IOS app on that PC or laptop though.
Apple only allows iOS emulator which is running on macOS, so we need to run macOS on your non-mac computer
Two ways:
Hackintosh (macOS running on non-mac device)
Virtual Machine (VM)
The first way can give you a high-performance environment (compare to VM) to run iOS simulator. But it's strict to your hardware. The best way is to use hardware as close to the original mac as possible.
The second way has better compatibility. You just need to download macOS's image and install system in VMware or other VM software.
But VM will degrade performance, and in my case neither of my graphics cards seem to work, so I'm guessing my CPU was rendering the GUI. Also, modern macOS (meaning better visuals but more rendering pressure) is slower than old macOS.
I m working on appium scripting for mobile application automation testing.
I m able to simulate android device using the emulator and run the script in the emulator.
Now my next task is to run in ios. Please let me know it is possible to do it in ios emulator in Windows machine. If so some headsup on it.
You can not. There are platforms like React Native, Flutter, Xamarin, etc which enables you develop iOS applications; but when it comes to debugging and deployment, you have to have a macOS, which in turn requires a Macintosh machine.
Yess you can use Remote simulator to windows by enabling it under
Tools >> Option >> Xamarin >> IOS setting >> Remote simulator to windows.
But you still need active mac agent connection to build your app
You can use Appium studio free community edition for testing iOS physical device from windows machine.
note:- I have tested appium studio personally and think it will be useful for others.
How should I setup Appium framework to test the application on iOS Device by using the Windows OS. is that possible.?
This special case is because, I have an application(Web GUI) which runs only on Windows OS and does the transaction with iOS mobile(via USB port) using the app on the device. So, I need to run the automation framework of iOS(Appium) on Windows OS.
is this possible by Virtual Machine etc. ??
As per Appium Platform Support mentioned on portal here
A Mac with XCode and the XCode Command Line Developer Tools
is must. So as per my knowledge, that is not possible.
Blackberry Simulator can't be loaded due to incompatible Java Virtual Machine. How to know which JVM is perfect for Blackberry QNX Momentics Native SDK?
Do you mean the Simulator used for BB10 Native Development (using C/C++ Cascades)? Presuming you do, this simulator is run as a Virtual Machine using VMware, not as a Java VM. You will find more of the requirements and installation details using this page:
BB10 Simulator Requirements
I am developing iPhone and also Android applications in Apple MacBook. I want to develop Blackberry application. I am using Windows to learn for now.
Is there any software or Eclipse plugin to develop BlackBerry applications on Mac OS instead of Windows?
You may find something interesting/useful by looking at this question: installing BlackBerry Eclipse JDE plugin on Mac OS X
Unfortunately the current version of the Eclipse plug-in only supports OS6 and you must have a physical device connected to the computer. I've been using Parallels to run Windows XP on my Macbook Pro and am pretty pleased.
I am a fan of using parallels. It can run in coherence mode and also skin windows to look like your mac. I use parallels and an eclipse windows plugin.