ios - Is there a way to know whether here is a 'back-to-app' bar in current app? -
or how know current app opened app? thanks...
as far know, no there's no way check.
as @zp_x's comment, can verify openurl:sourceapplication:annotation
method not invoked back-to-app. is invoked in cases app's custom url scheme called specifically, tapping back-to-app button go app not appear invoke other applicationdidbecomeactive
.
source: trying implement squaresdk in ios 9 app. when square app calls custom url scheme, openurl:sourceapplication:annotation
indeed invoked. however, if back-to-app button tapped square app, no such invocation occurs. leads annoying bugs in case.
Comments
Post a Comment