Hi All,
I am investigating for a feature for my iOS app (iOS 6 and above) where I will be given a list of conflicting apps (these apps might not work as expected along side my app).
I have to check if an app (from the list) are already installed, if so need to prompt an warning msg to my user about the possible conflict.
Did some googling to try to find a solution to get list of installed apps on my iPhone/iPad but no success.
The nearest I could get was the solution which did not work for me is made available at this page. Tried running the code but the cacheDict is always empty.
I think they are using private api's which I would like to avoid as there is a change for apple to reject my app for app store.
Can you guys please guide me with a solution to the issue?
Thanks in advance.
I am investigating for a feature for my iOS app (iOS 6 and above) where I will be given a list of conflicting apps (these apps might not work as expected along side my app).
I have to check if an app (from the list) are already installed, if so need to prompt an warning msg to my user about the possible conflict.
Did some googling to try to find a solution to get list of installed apps on my iPhone/iPad but no success.
The nearest I could get was the solution which did not work for me is made available at this page. Tried running the code but the cacheDict is always empty.
I think they are using private api's which I would like to avoid as there is a change for apple to reject my app for app store.
Can you guys please guide me with a solution to the issue?
Thanks in advance.