Monday 15 June 2015

objective c - Deep link after iOS app installed (Deferred deep linking) -



objective c - Deep link after iOS app installed (Deferred deep linking) -

how can solve scenario:

user using safari on ios. clink link on website says "view profile on our app". user not have app, taken app store download app. after open app, app loads profile screen (instead of main screen).

currently in order solve problem, when app installed open safari grab session cookie, if matches 1 on server load right screen. however, apple rejecting our app (and others) loading safari @ startup.

what valid solution won't rejected apple?

(also note exploring idfa - have worked - apple rejecting apps utilize idfa if app isn't using ads)

the best solution requires idfa, in fact allowed collect purpose of deferred deep linking. "apple idfa scare" bit overblown in media, , apple revised t&cs create more clear. apple allows collect idfa if advertiser, attributing installs, or attributing post-install actions. in other words, don't have serve ads in own app in order collect idfas.

here's link current apple policy (https://developer.apple.com/news/?id=08282014a ), , article adexchanger goes little more detail (http://www.adexchanger.com/mobile/apple-throws-a-bone-to-app-marketers-blesses-idfa-for-attribution/ )

ios objective-c iphone deep-linking

No comments:

Post a Comment