How do you share devices with someone else on ARTIK Cloud. I am trying to do this through using the APIs. Thanks.
Take a look at our device sharing documentation. https://developer.artik.cloud/documentation/advanced-features/device-sharing.html
This also can be done using your my.artik.cloud account.
You will need to:
Create a device share:
POST /devices//shares
In which you share the device with a someone. - first you must obtain the device id and provide an email of the person you want to share the device with.
More details in our API reference documentation:
https://developer.artik.cloud/documentation/api-reference/rest-api.html#create-a-device-share.
Related
For example, the VLC app was able to somehow get my username (or device name?) without me ever giving it this info. Here is a screenshot that shows the VLC app greeting me by name in the app switcher. How is this possible if I never gave the app this information? Which API could it be using to obtain this info?
This is possible due to UIDevice class. It doesn't require permissions in order to get some basic system information, after all it's just your name (if you were to ask for location/health data/contacts/etc that would be something else and thus user permission is mandatory).
For more information refer to official documentation here https://developer.apple.com/documentation/uikit/uidevice
That's not VLC but rather iOS.
iOS suggests apps based on time and location of your device. The name is taken from your iCloud Account. VLC is not aware of that banner.
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:)
Can we save contact to sim card programmatically in iOS7. i Google it a lot but didn't find any topic.
You cant do that . AddressBook Api is for accessing (read/write) the contacts which stored in iPhone . There is no way to access the sim contacts at least by using the public APIs.
ref :
http://iphonedevsdk.com/forum/iphone-sdk-development/47463-get-contacts-from-sim-card.html
No way to do this,in both code and in physical device.
https://discussions.apple.com/message/22396506#22396506
There isn't a way to do this, at least a normal way that won't get your app rejected. Why do you want to do this? Contact lists on newer devices are never saved on sim cards anymore generally, and instead transferred using web services (such as iCloud and Google).
Not possible. The closest you will get to that is using the Address book framework.
https://developer.apple.com/library/ios/documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/Introduction.html#//apple_ref/doc/uid/TP40007744
I want to create an app which has the following features.
Track friends / family members location
Locate/track the stolen device location
Lock the device, delete the device datas by using desktop or by SMS.
Most of the above features are provided by Apple's "Find my iPhone" app. But I just want to know whether is it possible to create such an app.
From my understanding, Apple wont let the developers to use private API's and they wont allow to erase datas (like Messages, Calls details) remotely.
Please suggest me some ideas.
If you create any app which directly competes with any of the apples build app will be rejected by appstore.. But most of the above things you can do with private api's and with the help of a web service..
It wasn't possible prior to iOS7. App was not able to respond to any remote calls. There is a new API which "can" be used to solve similar things: http://mobile.tutsplus.com/tutorials/iphone/ios-7-sdk-mutlitasking-enhancements/ or http://www.objc.io/issue-5/multitasking.html (Remote notifications). You may be able to track your friends or stolen device, but not to lock or erase it.
There is a way to remotely erase the iPhone without Apple's Find My iPhone - via Exchange account. There are some open source implementations of MS Exchange, so there may be a chance to make a service which would be able to wipe the device. But even when you make that service, there will be a need to add the "exchange account" into the iDevice. I am not aware of any function which can do so programmatically.
Anyway - You can do an app which is similar to Apple's apps, but it must be somehow different. It must provide some special content or functionality, otherwise it will be rejected.
How to use Amazon Product Advertising API to show Products inside my iPhone Application?
I have my amazon account,Secret key and necessary credentials with me But, I don't know How to create web-service for that and How to use the API.
I m referring this Link : https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html but not getting any Clear idea how to Use it.
If there is any Sample project or Code will be really appreciated.
Can user able to Buy Products through iPhone or just they can see the product detail?
Will Amazon allow this for Mobile device?
Hi All I researched a Lot and Not finding A suitable product search API for Mobile Device From Amazon. It seems They Closed The API for Product advertisement in Mobile device.
Here is a link : http://www.zdnet.com/blog/apple/how-amazon-killed-delicious-library-for-iphone/4354
Their Official Condition : "You will not, without our express prior written approval requested via this link , use any Product Advertising Content on or in connection with any site or application designed or intended for use with a mobile phone or other handheld device." so i think we have to take Permission Before using that.
Link : https://affiliate-program.amazon.com/gp/advertising/api/detail/agreement.html (4.e)
I answered this Question Because i think Some One May need This And if Any One can Find Any Recent Update Or Solution Please Modify or Edit the Answer.
I wrote Amazon Product Advertising Client https://github.com/m1entus/RWMAmazonProductAdvertisingManager