You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
think of a situation : user doesn't have MobilePay app installed --> he click to button --> see custom alert with redirect to AppStore --> installed MobilePay --> then comeback to base application.
Problem : constant "MobilePay.isMobilePayInstalledFinland" (or for other countries) is not changes dinamycally. does exist way to listen installation of mobilePay app ( use not constant but callback)?
The text was updated successfully, but these errors were encountered:
yeah i thought about that, but decided to go with a simple "sync" up-front constants solution instead, looking back maybe this wasnt the best choice! Would be happy to accept a PR to provide async callback for checking if mobilepay is available.
think of a situation : user doesn't have MobilePay app installed --> he click to button --> see custom alert with redirect to AppStore --> installed MobilePay --> then comeback to base application.
Problem : constant "MobilePay.isMobilePayInstalledFinland" (or for other countries) is not changes dinamycally. does exist way to listen installation of mobilePay app ( use not constant but callback)?
The text was updated successfully, but these errors were encountered: