I’m trying to create a deep link for iOS that opens up a business’s “Leave a review” page in the Google Maps app. The documentation denotes a URL scheme like comgooglemaps://?parameters
and specifying a business name to pull up the page of.
I’m trying to go 1 step further. Is it possible to create a URL scheme that pulls up the review page for the business? As is, it might pull up the business page, like so: business page example
But ideally I would want it to take that extra step to open up the review window: review window example
I know that Google Business provides you with a URL that you can copy/paste https://g.page/r/{business_id}/review
but this doesn’t play nicely with URL schemes. Any ideas?