Samsung Galaxy SM-R800 Gear S4 location permission error (TIZEN_ERROR_PERMISSION_DENIED) - cllocationmanager

I'm trying to get the location of Samsung Galaxy SM-R800 Gear S4. Following the official documentation of Tizen, I'm unable to get the location and it says TIZEN_ERROR_PERMISSION_DENIED. I allowed all the required permissions from the watch.

That documentation looks quite old. Your watch runs on Tizen 4.0, so please refer to the right guide and examples.
Since Tizen 4.0, applications should acquire privacy-related permissions by prompting the user for a choice. Please check out the following documentation and configure your application to have such logic (ppm_check_permission() and ppm_request_permission()).
https://docs.tizen.org/application/native/guides/security/privacy-related-permissions (for native applications)
https://docs.tizen.org/application/dotnet/guides/security/requesting-permissions (for .NET applications)
https://docs.tizen.org/application/native/tutorials/details/sec-privileges (a list of privileges)

Related

Google Home application support

I have a device which I want to control with Google Home.
Device also can be controlled via mobile app.
It will be a commercial device so many users have different devices and, of course, I can recognise them in my mobile app.
I read documentation about Action and Home Graph, but it is still not clear how I can integrate my device/app with google home in the same way as, for example, Hue is integrated.
I could not find where I can "register" my device/app with google so it will be shown in supported devices.
What I want to achieve is the following:
User gets device, installs the app, connects it device to the app. <- this already works.
Then user goes to google home integrations, selects my platform and he is ready to go.
Maybe someone can push me to the right direction where to start?
The smart home documentation provides the content to help you get started, along with several codelabs to learn about the webhook fomat.
When you are developing your action, through the Actions Console, you will be able to see your service in the full service list as "[test] Your project name". Once your integration is ready, you submit it to be published in the full list of services.

How to access the DJIGO app flight Plan log files

I want to access the DJI-Go App Flight Plan log files similar to HealthyDrones App ( website for more about it ). This app verifies the DJI login credentials in their app But In DJI SDK Documentation there no information about integrating DJI-Login and accessing the log files.
Accessing the flight log files is not supported and undocumented. You can search the mobile device file system (depending on which DJI app you want to support) and find the file path for the log files but this can be changed by DJI at any time.
The format itself is also undocumented, meaning DJI can change or update the format at any time and break any apps that have reverse engineered the log files.
HD and a few others have decoded the files and you could contact then to see if they will share the information they found but as for finding a "supported" method to access the log files, it does not exist today.

Google map api + node.js realtime backend + ios

I'm new google map, so im not really sure how to start. I have few questions that Im currently confused right. I'm trying to build an application similar like uber
1) Google maps comes with and SDK, and how exactly am i going to make it in real-time, for example there are two guys with GPS, how does Guy A can see Guy B moving in reatime, do i need to use node.js + socket.io to make it work? or the SDK itself already handled that.
To start with, Google Maps SDK for IOS automatically handles access to the Google Maps servers, map display, and response to user gestures such as clicks and drags.
Please note of the following when using the Google Maps SDK for iOS in your application:
You need to comply with the Terms of Service and ensure that your app complies with applicable laws. Note that when using the SDK, your application name and version, authentication information and a cross-application anonymous identifier is automatically sent with each request.
You must include the attribution text as part of a legal notices section in your application which can be obtained by making a call to [GMSServices openSourceLicenseInfo].
Developing an application with the SDK requires the following: (1) Xcode 6.3.0 or later. and (2) iOS SDK 8.0 or later.
And for the implementation part, this SO post - how to track real time position using google map API? gives out the steps needed which could help.

How to fetch the list of near by wifi networks and able to connect to them from our App in ios (Using private API for enterprise App)?

I want to fetch the list of near by wifi networks and able to connect to them from our App in ios, and my Application is Enterprise App so even private api's is also fine. Stuck this issue since 2 weeks, please provide me some references..
What you require will only work on JailBroken devices, the blog(blog.guvenergokce.com/iphone-wireless-scanner-ios5/170) which #Ckouta referred also has one comment from the Blog Admin,
I’m assuming that your device is already jailbroken (otherwise not possible)
You shall create release build of sample app and upload release build in to /Applications folder.
(you can use open ssh for that )
Public API allows you to have only information about the current wifi used by your device using CNCopyCurrentNetworkInfo
In order to fetch all the wifi available in your area, take a look at: Stumbler which is using MobileApple80211. I think, it handles what you are looking for. Moreover, you can also use it to connect your device to a specific wifi. You can find a good example of what you need here (answer #9)
Just keep in mind, if you are using private API, your app will be rejected by Apple.
Although it's late but have a look at this link. You can do what you want with the use of MobileWifi.framework and thanks to Cykey there are some reversed headers to use. I have done what you want myself using the link above:)

Determining if user installed app from an ad link

I'd like to be able to connect the dots on whether a user has installed and subsequently launched my app after viewing advert either through another iOS app or a website.
Is there anything to specify with the app store URL which carries over into the app's launch?
What are the general practices of trying to doing this?
Applies to iOS 4.0+
Try Apsalar . They use several methods like UUID, IDFA tracking etc to determine the source of app install (Provided you use their custom download links in your Campaigns)
Note: This requires you to either install their SDK in the app or configure server to server tracking.
They also provide some cool analytics data. You can do a cohort analysis in conjunction with your campaign source, to measure which source is performing the best.
All of the above requires to be set up within the app. Refer documentation on their site.
We are using Apsalar for our Project Management app

Resources