How to test Branch.io in simulator? -


i'm scratching head how i'm supposed test branch.io integration on simulator.

for link generation, i'm using javascript/web sdk instead of ios sdk. when click button 'view content in app' on landing page, generate link , follow it.

all works great, when open jump page in simulator, never attempts open local app on phone has same bundle identifier.

i guess might because current app store url box blank (because doesn't exist yet)... not sure how i'm supposed test if works if can't deeplink trigger locally.

thanks!

@tallboy, unfortunately simulator not fit testing deep links 2 reasons:

  1. there no app store on simulator, cannot see true redirect behavior
  2. the simulator not support universal links

you're absolutely right -- can click link manually open app. in case, use our "deferred deep linking" mechanisms determine link clicked. method discussed in our documentation here.

if have questions of this, please ask. can reach branch team via support@branch.io.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -