Why the published app on playstore are force closing on android 6.0 - smartface.io

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.

Related

Flutter cannot install app on iPhone after upgrade to iOS 13.1 and Xcode 11

Today I had this great idea to update my iPhone to iOS 13 and Xcode to version 11... (why not go for a cup f tea instead?!?)
So now I am not anymore able to install my app developed in flutter in my iPhone. Here is the log
2019-09-27 14:10:46.945 ios-deploy[8xxx2:9xxx95] [ !! ] Error 0xe800007f: Device doesn't support wireless sync. AMDeviceStartService(device, CFSTR("com.apple.debugserver"), &gdbfd, NULL)
Could not install build/ios/iphoneos/Runner.app on f7xxx37xxxxb5299ef.
Try launching Xcode and selecting "Product > Run" to fix the problem:
open ios/Runner.xcworkspace
Error launching application on xxx's iPhone.
If I run the app using Xcode it works fine but flutter does not work
I have seen this page where I think they are talking about the same problem but I am unsure of what I need to do to resolve...
Is there any expert who can suggest what to do ?? Thanks
Update
The fix has now hit stable release. To update:
flutter channel stable
flutter upgrade
Reference: https://github.com/flutter/flutter/issues/37699#issuecomment-537117087
Use a Non-Personal Team provisioning profile Instead of Personal Team.
Then run on a real iOS device running 13.3 or lower.
Reference: https://github.com/flutter/flutter/issues/48035
I had the same thing but the other answers didn't help me at all,
apparently it happened to me because I had too many app in development on the iPhone.
So my solution was to delete old apps I didn't need anymore and it worked like a charm.

Smartface not running , my iphone has an emulator

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.

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.

Xcode 4 will no longer run apps on 4.2.10 device (CDMA iPhone)

Up until today, I have been able to test my app on my CDMA iPhone, running 4.2.10. I am building against the 4.3 SDK, with a deployment target of 4.0.
After restarting my phone today, Xcode will no longer allow me to test the app on my phone, with this message in the Organizer window: "The version of iOS on "iPhone" does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed, or update to the latest version of the iOS SDK"
Unfortunately there are some bugs with location services in the simulator, so I can't use that for testing either.
Can I even install the 4.2 SDK in Xcode 4? Is anyone else having this problem, or (hopefully) does anyone know how to fix it? Thanks for any help!
If you install xcode 4 it will actually gather the build chain from your phone and use it for compiling. You can see this in the organizer window (Window->Organizer?).
You know I had that same issue i found that I had to download the latest xcode and reinstall because for some reason the ios that came with xcode knew how to build on my phone. Sorry man.

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.