Need Background fetch with windows mobile Azure services for iOS - azure-mobile-services

currently am using foreground download for windows mobile Azure services (iOS). I need download data with background mode for this services .Can any one guide?

Related

Is there a internet permission command to be added in the Windows Folder of the Flutter Application for internet usage?

I am developing a simple flutter application for my manufacturing facility, where we want to input the stock ids of the raw materials which were used to develop the product. I made a simple Flutter Application with Windows and macOS and Android & IOS enabled while initiating the project in Android Studio. I am using Mysql1 dependency from pub dev to avoid writing large amounts of backend and use other frameworks.
Furthermore, I also added internet permission for the app in the Androids folder. However, when I was trying to do it on the windows app, the MySQL query would not go through. The MySql server is hosted on Digital Ocean. I entered the exact details,
But works on the android phone and not on windows applications. Do we need to add any same permission line in the Windows Folder?
I installed the application on my physical, it is perfectly sending the data to the MySQL table in the DigitalOcean server. However, doesn't seem to do the same in the windows application. I want it to run the query the same as in the windows desktop app as in the android app.
Any help would be appreciated,
Thanks and Regards.

How we can publish flutter app on app store from windows

I Develop a flutter application, I am a Windows user. I don't have a MacBook, so is there any way to publish the flutter app on the app store using windows?
You can't build or publish iOS from Windows or any other system except MacOS. If you have no mac take a look at cloud services that can dedicate one to you (e.g. MacStadium). CI/CD services like CodeMagic, AppCenter is an option too, it is more suitable for small or pet projects when you don't need to build iOS often.

Run AWS Device Farm Built in Explorer test on a responsive web app

We are building a responsive Web App. As it is responsive it has no .apk and .ipa files.
Can I use the AWS Device Farm Built in Explorer tests for my responsive Web App?
If Yes, please let me know how to configure it thru AWS Device Farm
Thanks
qa
I don't believe so. The built-in explorer tests do a depth first search of the views in an Android app. Because we don't have an app and we're testing a website
, this option shouldn't be available to us. We haft to choose from the appium java/python client whilst using Device Farm.
https://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-overview.html
Hth
James

Install a store app in Windows 10 iot

Is it possible to push a store app such as iheartradio into windows 10 iot or do I have to write my own?
I looked around but so far there are no examples on how to push an existing store app to iot.
As of now the Windows IoT Core is not managed, nor store apps can be deployed on the IoT core.
You can deploy an Appx that you have on to the IoT Core yourself. Note: Not everything that works on Windows Store will work on IoT Core; especially any Store APIs leveraged.
I have deployed a few XAML Apps across Windows 10 PC, Windows 10 mobile and IoT core. Let me know your requirement.
You cannot install apps FROM the microsoft app store (not even with IoT Core Pro), but you can request permissions to DOWNLOAD your store app from the developer dashboard (the real appx package, signed with MS store codesigning cert) if you are a registered Pro (OEM) customer...
This officially signed appx package can then be updated via the app store (in contrast to the self-signed package that you can deploy via visual studio or device dashboard;; which runs fine but can NOT be updated via the microsoft app store).
You can also use the new azure IoT DM library to push appx packages from azure storage to your IoT device(s), this should also work with the IoT Core edition.
see https://github.com/ms-iot/iot-core-azure-dm-client/blob/develop/docs/application-management.md
regards
Apparently this is now kind of possible with the latest IoT Core Update, but only for Pro customers.
Microsoft makes it easy for OEMs to install and service UWP apps on Windows 10 IoT Core through the Universal Store. All store signed apps on Windows 10 devices are capable of receiving updates directly from the store.
Article

Start service in blackberry 10 application

Hi I am new to Blackberry 10 application development and I am developing an application that can run as a service in background and start another application at particular interval. I want to know is it possible to create services that can run in background?
Running application or any service in background is currently not supported by BlackBerry 10 sdk.
It will be supported in upcoming sdk release. Check out Headless apps in roadmap
read the documents that describe Android features that are not supported by the BlackBerry Runtime for Android apps on BlackBerry 10. =)
Software Features
No support to run services in the background. Applications can run
services only while the user runs them, either in fullscreen or in
thumbnail mode