diff --git a/lib/public/defaults.php b/lib/public/defaults.php
index 662071a29a9ad023298286504470df0e0b1291f9..315cf54738551e264c6c022d2171b932f149aa01 100644
--- a/lib/public/defaults.php
+++ b/lib/public/defaults.php
@@ -144,4 +144,12 @@ class Defaults {
 	public function getLongFooter() {
 		return $this->defaults->getLongFooter();
 	}
+
+	/**
+	 * Returns the AppId for the App Store for the iOS Client
+	 * @return string AppId
+	 */
+	public function getiTunesAppId() {
+		return $this->defaults->getiTunesAppId();
+	}
 }