REST API for Apple Health Data [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Is there any REST API support for health data by Apple? I know healthkit api helps to send and receive data from apple health data store but it is very much restricted to ios apps.
What i am trying to achieve is to utilize the send/receive from any other platform like web / other apps etc., Any information / solution appreciated.

I have not seen one, but this is a very new service for them. Still my guess is like most Apple services this will likely be restricted to Apple devices.

Related

Is is possible to make a specific http call using cellular while you are connected to wifi on iOS [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am developing an application for an operator. They want to get the msisdn of the user by making an http call using cellular connection. Can this also be done while you are connected to wifi. Thanks.
No, as an developer you can not choose the connection used to make HTTP calls.
I've been developers an App for an operator for 3 years now and would also like this option, but Apple has not released any API for this.

Ads in a free ap that require outside subscription (like netflix) [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Does it go against any sort of TOS with apple if you display ads in a free app, when that app requires an outside subscription service? Like netflix.
This isn't totally a programming questions, so if no one knows, or doesn't want to answer, is there a site or location I could go to in order to find out?
Apple has no restrictions against ads in free applications. There are several ad-supported apps which exist.
However, using location data of the user for advertising might lead to the app not being approved.

Apple In App Purchase - Buying customized content [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I have an application in which I want to offer the ability to pay for answers to questions in digital format. I.e, the user would submit a question, and purchase an answer which I would construct and send back to the app. Is this allowed?
I'm not sure if purchasing answers to unknown questions directly would be allowed or not, but I'm sure you could simply sell 'credits' that would give x number of requests.
Yes, this is allowed. See section 11 of the App Review Guidelines for iOS, found here, login required.

Is there any way to simulate something similar Nintendo's Streepass functionality in iOS? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Essentially is there any way to have an app run at all times in the background and sense other iOS devices around it running the same app?
you can have an app monitor your current location in the background. When you get location updates, you could talk to a web server that would tell you if other people are nearby.
You can't make apps that run as services on iOS though. There are only a handful of things they're allowed to do in the background like monitor location and play music.

UDID of users who made inApp Purchase [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I need to get UDIDs of devices on which inApps from my app were made. Is it possible from iTunes connect or thru any API for developers?
Apple will not give you this information. The way they provide is to retrieve previous transactions made by the user on the current iTunes account. Apple would very much not like it if you were trying to limit the validity of the purchases to the devices not the user. You could have some analytics (flurry, google...) that keeps tracks this information but it is not usual practice, you should not attempt to identify individual users when building statistics on your app's usage.

Resources