Answer the question
In order to leave comments, you need to log in
How to find out that the user has installed the application under the iPhone / iPad programmatically?
It is planned to release several paid apps for iPhone/iPad and one free one that will show which of these paid apps are already installed.
Is it possible to do this? And where can I read about it.
Thank you.
Answer the question
In order to leave comments, you need to log in
Can. In iOS4, apps can support so-called URL schemes. For an app, you can set several URL schemes, for example, “aaa” will look like this: aaa://something
So, for all your paid applications, make support for at least one scheme, each app has a different scheme (for example aaa, bbb, ccc). And in the free one, check if the system supports URL schemes (aaa, bbb, ccc). This is done through:
- (BOOL)canOpenURL:(NSURL *)url
It seems that everything is done like this.
And sewing up a free mandatory activation of the application online is not an option?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question