I have implemented loading data from Azure Easy Tables in my Xamarin.Forms app.
App loads data which depends on their parameters (name).
The app only works fine on one Android emulator (Android 6.0 API 23). When I run it on other Android emulator even with the same Android version the data wont't load. All emulators are connected to internet.
Even real device can not load data.
Is the problem somewhere on Azure, Code or ?
Thanks for your answers !
Related
I want to use the DJI SDK Mobile SDK to fly a drone.
SO,I use the DJI Developer site (https://developer.dji.com/mobile-sdk/documentation/application-development-workflow/workflow-integrate.html)to integrate android studio projects.
However, even if the program is entered according to the site, "Hello, world" is not displayed on the virtual device.
Specifically, "import SDK Demo keep stopping." is displayed after the app starts for a moment on the virtual device.
Please help me !!!
Android Studios version : 3.5
Mobile SDKs version :4.2
I tried Android Studio with some version(ex.3.0/3.5).But, everytime "Hello, world" is not displayed on the virtual device.
Without having more details about what you've done, it is hard to say what your problem is.
HOWEVER, the SDKs require an "Application Key" to be generated via your DJI account, whereby you access a special web page that allows you to give a name to the App you propose to create, as well as a bundle identifier like : com.yourCompany.yourNewApp. After providing such basic "App" info's that DJI webpage will generate a long hexadecimal number which is your App Key. So again, without that App Key (number) being added (edited into) to your App, you will not be going anywhere. DJI uses this App Key for keeping track of all developer's Apps, and where those Apps are running.
Specifically, the DJI SDK gives an immediate error as soon as the SDK initialization is attempted, when/where attempted without a valid App Key.
So again, without more details from your problem, it is hard to say that the problem/solution (stated here) applies to you. But this certainly is a very common "newbie" or "getting started" problem.
I'm running into an issue with the Android Studio Network Profiler. I can't see any of the network requests for my application. I'm currently using Retrofit 2. It seems the Profiler was built to work with OKHttp.
From my understanding Retrofit is built on top of OKHttp, so I'm not sure if there's something I'm missing to see the log data.
Version:
com.squareup.retrofit2:retrofit:2.5.0
It turns out that Retrofit will log in the Android Profiler. Unfortunately, in my case, the app was crashing during an initial network call. Despite launching the app in debug mode even with the debugger attached, it seems Android Studio didn't have enough time to fully initialize the Profiler and log any data.
We have a Xamarin.Forms app for iOS and Android that we have in the stores for some months now. We develop with VS 2017. For testing the iOS-version, we use TestFlight.
Everything worked pretty well, until mid-april when we wanted to test a new release via TestFlight:
We installed the iOS-App on our test devices via TestFlight, and now on our test devices the app closes down right after the splash screen without generating a crash report (we use HockeyApp).
The app works fine though on the iOS-simulator and when being published directly on a device (iPad) via VS.
We found out that the problem is the update of Xamarin.Forms from version 2.3.3.180 to version 2.3.4.231 or later.
We would like to use latest version of Xamarin.Forms. Does anyone have the same issue and did you find a solution?
We just found the solution for this problem:
We use a custom font for our app and changed the font of the navigation bar in the AppDelegate.FinishedLaunching method by using UINavigationBar.Appearance.SetTitleTextAttributes.
This caused the iOS version of our app to crash when distributing via TestFlight. We removed the code to change the font and now we can publish the app again.
I created about 6 different azure mobile app using visual studio and from portal website but none of them worked. I tried this several months ago and remember being worked but not last week.
All I am doing is create azure mobile app not mobile service and use default TodoItem data. It displays data when I put /tables/TodoItem on the url but when I download the quick start app using ios or xamarin it doesn't work. I can't figure out what the issue is. Error doesn't much make sense either. Sorry I don't have the debug error message right now from ios.
Thanks
I downloaded Sony's most recent SDK which includes an unusual Emulator that is an APK that runs on an Android phone (I guess that is what you do with it).
Anyway I see no documentation about how to use this to test/deploy apps.
Am I supposed to have 2 phones and one runs the emulator and the other runs the "host application" or do I run the host application on the same phone or what?
Nothing that I can find in docs explains this.
So I've figured this out (sort of). You run the emulator on your phone, then run the Smart Extension app on your phone as well (so no bluetooth connectivity like when you have a real smartwatch).
Phone also needs to have the SmartConnect (previously LiveWare) app and the SmartWatch app installed (I think). So that's three apps (emulator, SmartConnect, SmartWatch app).
Anyway, my actual smartwatch arrived in the mail shortly after I posted the original question, so I probably won't be using emulator much anymore.