Smartface not running , my iphone has an emulator - smartface.io

I use
smartface 4.3 &
itunes 12,
but when I press device emulator button in the smartface editor I get:
Keep calm ;) You need to download “Smartface in Action” from App Store and then please try again.
How to resolve this error?

Do you use an iPhone?
Do you have iOS 8.3 on your iPhone?
See this answer: Smartface 4.3.0. Emulator on iOS 8.3
There is an issue on iOS 8.3. On this version the iOS emulator is not working anymore. In the next version of Smartface the iOS emulator will be available only for paid accounts.

Related

App crashes after upgrade to big sur in Flutter

Today I had this great idea to update android studio, Xcode, and my mac. I am now running Xcode 12.2 and Android studio 4.1.1 on a Big Sur 11.0.1.
My flutter app, of course, got broken by this update however I managed to fix all the issues which were visible to me. Now I am able to run my app on a simulator and real devices. My problem is that if I run the app on a real iPhone (ios ) and stop the app, then if I tap on the app on my iPhone the app crashes. If I do the same in the simulator the app is launching properly...
Does anyone know if this is the intended behavior or not?
Thanks

Could not find Developer Disk Image Xcode Issue with iPhone

I am trying to run an app I made in Xcode on my iPhone, but when I try to run it I get the error saying:
Could not find Developer Disk Image
I have Xcode version 7.2.1 and iPhone version 9.3.1. Why is this issue happening and what do I have to do to fix it?
your xcode 7.2.1 has max ios sdk support for ios 9.2.1 sdk i.e iphone running ios 9.2.1 or below...download xcode 7.3.1 and it will not give this error...hope it helps :)

Why the published app on playstore are force closing on android 6.0

Hi I installed my published app on android 6.0 but the app always force close please give a solution to it or solve the problem please. I am using smartface 4.4.0.3 and the app is not opening on marshmallow android 6.0 devices.
The new release of Android (6.0) is going to be supported by Smartface, it is not right now.
It is in development phase and will be ready in approximately one month.

Smartface 4.3.0. Emulator on iOS 8.3

I have iOS 8.3 on my iPhone, so the emulator is not working.
I get this message: "Keep calm ;) You need to download Smartface in action from app store and then please try again."
I have an individual license, please advise.
Is this going to be fixed in Smartface 4.4?
I guess you heard about the restrictions in iOS 8.3.
Yes, for licenced users iOS emulator will be available again with the next release, which will be ready soon.
If you have a Mac, you can download the emulator project from the link below : https://github.com/smartface/iOS-Emulator
And you can compile it by yourself until the new release of Smartface4.4 is ready.
By the way, Android emulator was always and will always be available to use for all users including community users.

How to debug iOS app build with lower SDK on device with higher iOS

I'm using xCode 3.2.3 with 4.0 iOS SDK, but my iTouch has iOS 4.2 installed.
I could deploy and run Release version app on my iTouch, but when I try to debug app on device, the app is always running with nothing but black screen, without any response.
The problem is:
How to debug iOS app build with 4.0 SDK on device installed iOS 4.2?
If you go to Xcode's organizer you'll see that your device is actually not allowed to run the debug mode (with a development provision file), since your SDK version is lower than your device's OS. Apple just doesn't allow that to happen.
I assume that you want to keep your old SDK is because you want to check the compatibility with older OS. I would suggest you upgrade your Xcode and its SDK to the latest version (3.2.5/4.2.1) while testing your app on old and new OS devices.
Try installing the latest iOS SDK to another folder (mine is at /DeveloperBeta). That way you could continue developing and debugging using the new SDK, while still having the old SDK around to build for app submission.