POST
|
Hi Paul, Thank you for reaching out. This requires a more involved discussion than a geonet reply. You can reach out the support for similar issues. Watch out for a reply from us. Best, Siddesh
... View more
05-10-2018
12:50 PM
|
0
|
2
|
55
|
POST
|
Hi Joshua, You are right about the behavior, by default any app doesn't have the ability to run in background. AppStudio does have Background Location capability which supports location based tasks when your app is in background. Learn more on how to add this to your app Capabilities—AppStudio for ArcGIS | ArcGIS Best, Siddesh
... View more
05-03-2018
12:59 PM
|
0
|
0
|
18
|
POST
|
Hi Gareck, It is not possible to directly integrate V-Play with AppStudio due to the nature of the application structure. However, you can use AppStudio LocalMake to create a project, this will create a qt project for you. You need to have licensed version Qt to configure AppStudio with Qt Kits. You can follow Configure with Qt Kits—AppStudio for ArcGIS | ArcGIS to configure your development environment. Make sure you have the pre-requistes to perform local make Install development tools for local Make—AppStudio for ArcGIS | ArcGIS Follow How to Add V-Play to your Qt Mobile App - V-Play Engine We can't really guarantee the behavior of the app since V-Play binaries may/may not result in some conflicts with AppFramework. Best, Siddesh
... View more
05-03-2018
12:51 PM
|
0
|
0
|
8
|
POST
|
Hi Paul, Code 0 means, The network is not currently accessible, either because there is currently no network coverage or network access has been explicitly disabled Best, Siddesh
... View more
04-19-2018
11:16 AM
|
0
|
2
|
25
|
POST
|
Hi Manish, Thanks for working through the steps. Based on your console log, it seems that the runtime module has not configured properly. Can you try running the Advanced Configuration Tool located at C:\Users\<user>\Applications\ArcGIS\AppStudio\bin\AdvancedConfiguration.exe and provide the qmake path for msvc_2015 kit with C:\Qt\Qt5.9.1\5.9.1\msvc2015_64\bin\qmake.exe ? Give this a shot and let know if it still doesn't work. Best, Siddesh
... View more
02-23-2018
10:36 AM
|
0
|
1
|
52
|
POST
|
Hi Manish, I have few questions for you. This will help me to narrow down the issue that you experiencing. 1. Did you run the script located at C:\Users\Rabi\Applications\ArcGIS\AppStudio\sdk\ideintegration\post-install.bat before you opened the project on Qt Creator? Try running on Admin mode 2. Can you confirm whether you have the correct setup in place by checking if all the files are present in the following the location? C:\Qt\Qt5.10.1\5.10.1\msvc2015_64\qml\ArcGIS\ 3. Are you trying to run the project on debug or release mode? We recommend using release mode. Best, Siddesh
... View more
02-22-2018
03:11 PM
|
0
|
3
|
52
|
BLOG
|
Hi Massimiliano, What does exactly mean background mode? When my app runs in background, or, like Android services, when the mobile s.o. startup? Background Location is a device mode and it doesn’t have an API. You just need to go your app settings and enable Background Location capability. If enabled, you can use PositionSource even when your app is in suspended state. Currently, it doesn't involve any registration of Android services and the same goes for iOS. As you have already understood, I need a background services who does the geolocation and notification even if the app is not running at all. Can I do it? Is there any examples? For e.g. PositionSource { id: src updateInterval: 1000 active: true onPositionChanged: { var coord = src.position.coordinate; // you should view the console logs when app is in background when the capability is turned on console.log("Coordinate:", coord.longitude, coord.latitude); } } If you run the above snippet with Background Location enabled, you will notice the console logs when your app is in suspended state. However, if you kill the app it won't work. You can include LocalNotification 'schedule' method in onPositionChanged to better suit your app alerts. For better app practice when using this capability, It will be handy to use Qt application state. Refer the belowlink Qt Namespace | Qt Core 5.9 Try it out. Let me know if you have any questions. Best, Siddesh
... View more
10-16-2017
03:43 PM
|
0
|
0
|
114
|
BLOG
|
Hi Massimiliano, what type of event or parameters are launched or passed to the app when I click on the local notification? Android directs notification messages to the system tray. When you click on the notification, opens the app launcher by default. Based on this " I mean something like Bundle object in Android Intent object. I was wondering if there's the way to catch inside the app if it's launched from the launch icon or from the local notification widget". I understand that you looking to open a specific page when you click on the notification by providing a payload. No, it is not possible with local notification as QML based UI run on a different thread than the Application activity. Best, Siddesh
... View more
10-03-2017
10:15 AM
|
0
|
0
|
114
|
BLOG
|
Hi Massimiliano, No. It is not possible to insert hyperlinks as notification messages are only displayed as plain text. Best, Siddesh
... View more
10-02-2017
10:07 AM
|
0
|
0
|
114
|
POST
|
Hi Ken, Enable Network capability in Settings. Best, Siddesh
... View more
06-27-2017
05:01 PM
|
0
|
1
|
10
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|