From f37f4c9813dac55586f184e41afa07ba861d47ea Mon Sep 17 00:00:00 2001 From: Daniel Amitay Date: Tue, 10 Mar 2015 02:24:11 -0400 Subject: [PATCH] Update README to include "proof-of-concept" notice --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a29a074..0082d06 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ +### Notice: +#####This project was made as a "proof of concept" demonstration of how to detect apps installed on an iOS device, from nearly four years ago. A truly effective app detection system relies upon an accurate and dynamic dataset, which this open source repository is ill-suited for. + +#####If app detection is an important part of your service, you should make sure to curate your own dataset (see the FAQ for more information), or consider using a more advanced service such as [iHasApp.com](https://www.ihasapp.com) + iHasApp Framework ========================= -The `iHasApp` iOS Framework allows you to detect installed apps on a user's device. - -Detection results can be in the form of an array of detected appIds, or an array of appDictionaries from the [iTunes Search API](http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html). +The `iHasApp` iOS Framework allows you to detect installed apps on a user's device. Detection results can be in the form of an array of detected appIds, or an array of appDictionaries from the [iTunes Search API](http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html). ![Screenshot](https://github.com/danielamitay/iHasApp/raw/master/screenshot.png)