There any way to open UberEats app in a specific restaurant page using URL Schemes, Deep link, SDK or anything else?
I found that and works with current version. Url schema:
ubereats://
on the current app you can share a store item and the deeplink is:
ubereats://store/browse?client_id=eats&storeUUID={STORE_UUID}&itemUUID={ITEM_UUID}
or simply open the store:
ubereats://store/browse?client_id=eats&storeUUID={STORE_UUID}
or apply a promo code:
ubereats://promo/apply?client_id=eats&promoCode={PROMO_CODE}
I hope to help