We’ve a use case the place we have to cross deeplink knowledge from the App Retailer → into the flutter app after set up.
Our present strategy is
When the consumer opens a deeplink webpage, we copy the deeplink knowledge into the clipboard.
As soon as the app begins, we attempt to learn from the clipboard and use that deeplink knowledge.
The difficulty:
On iOS, once we attempt to paste from the clipboard, a paste permission immediate is proven.
This isn’t consumer pleasant, and normally customers deny permission.
We would like the expertise to be seamless, just like Firebase Dynamic Hyperlinks (the place the copy-paste logic occurs internally with none seen immediate to the consumer).
Query:
Is there a option to learn clipboard knowledge programmatically with out displaying the paste immediate?
Or is there another strategy to realize the identical habits (passing deeplink knowledge after set up), like Firebase Dynamic Hyperlinks does?
Any recommendations, finest practices could be appreciated.
Thanks prematurely