soundscape-community / soundscape

An iOS application/service that aids navigation through spatialized audio

Home Page:https://openscape.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharing the app sends an invalid link

fraziercarr opened this issue · comments

Build: 1.0.0 (10)

Repro Steps:

  1. Launch Soundscape
  2. Open the menu
  3. Select 'Share'
  4. Share to another phone or copy the message in to your notes app
  5. Open the link

OR

  1. Delete and reinstall Soundscape
  2. Kill and relaunch the app repeatedly
  3. On the 5th launch, select "share" on the modal
  4. Share to another phone or copy the message in to your notes app
  5. Open the link

Expected Results:
Ideal: The link will take you to Soundscape on the App Store
If that's no possible because we don't have an App Store link until we launch: The link will take you to the website

Actual Results:
The App Store opens but there's an error saying the app can't be found

IMG_8387

IMG_8388

It should be possible to determine the future app store URL before launch. Per https://developer.apple.com/forums/thread/127195 , that URL for us should be:

https://apps.apple.com/app/id6449701760

Ah, it looks like @Oliver2213 already fixed that app store ID in commit a7f8201. So I'd expect the current app store link should work after launch.

Excellent, thanks for confirming!