Questions tagged [hoko]
2 questions
3
votes
1 answer
how to implement Deferred deeplink using HOKO Links?
I have implement smart link using HOKO in my iOS app.
And it works fine, when my app is installed than the link get into the app
HOKDeeplink *deeplink = [HOKDeeplink
deeplinkWithRoute:@"ViewController/:product_id"
…

JAY RAPARKA
- 1,353
- 2
- 13
- 33
1
vote
1 answer
UIView added to UIApplication.shared.keyWindow in iOS 10 is not visible
I have been banging my head against the wall with this issue, but since I updated to iOS 10.1, any view added to UIApplication.shared.keyWindow does not seem to render. It is simply invisible.
I happen to have a test phone with iOS 9.3.2 running in…

Benjamin
- 8,128
- 3
- 34
- 45