user2703123
user2703123

Reputation: 451

Detect if DropBox app is not installed

I am building an iOS app with the Dropbox core-API for iOS. My app is not functional without Dropbox so before my app starts up, I'd like to know how to detect if the dropbox app is/isn't installed.

How do I do this?

Upvotes: 0

Views: 429

Answers (1)

drfear
drfear

Reputation: 121

Using the Dropbox core API the user will be able to link to the web version of Dropbox automatically without having the Dropbox app installed. Correct me if I am wrong, but making your app depend on a second app being installed may result in rejection by apple.

Upvotes: 1

Related Questions