Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. RateButton.onClick.AddListener(() =>
  2. {
  3. _sceneSoundsController.StartCommonTapSound();
  4. #if UNITY_ANDROID
  5. var url = $"market://details?id={Application.identifier}";
  6. #endif
  7. #if UNITY_IOS
  8. var url = "https://apps.apple.com/ua/app/ar-chudoboxes/id1456143580?l=ru";
  9. #endif
  10. Application.OpenURL(url);
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement