One Card! - Multiplayer Card Game
pragma Singleton
import Felgo 3.0
import QtQuick 2.0
Item {
id: constants
readonly property string licenseKey: "<your-license-key>"
readonly property int gameId: 230
readonly property string gameSecret: "onu"
readonly property string appKey: "c2e647ce-5a83-4153-ae62-5c7d349ba87e"
readonly property string pushKey: "JYnG49n8sI5wXsTcdTx8XDZXSefAEaivUMcdMLUl@cI7t1EIp6AYi7qFhY9CdACyYlVpxqlHPZeeqZF4X"
readonly property string fbAppId: "<your-app-id>"
readonly property string gaPropertyId: "<your-property-id>"
readonly property string flurryApiKey: "<your-flurry-apikey>"
readonly property string adMobBannerUnitId: "<your-ad-mob-banner-id>"
readonly property string adMobInterstitialUnitId: "<your-ad-mob-interstitial-id>"
readonly property var adMobTestDeviceIds: [
"<your-test-device-id>"
]
readonly property string feedbackSecret: "<secret-for-feedback-dialog>"
readonly property string ratingUrl: "<your-rating-url>"
readonly property string soomlaSecret: "<your-soomla-secret>"
readonly property string soomlaAndroidKey: "<your-android-key>"
readonly property string currencyId: "<your-currency-id>"
readonly property string currency100PackId: "<your-pack1-storeproduct-id>"
readonly property string currency500PackId: "<your-pack2-storeproduct-id>"
readonly property string currency1000PackId: "<your-pack3-storeproduct-id>"
readonly property string currency5000PackId: "<your-pack4-storeproduct-id>"
readonly property bool enableStoreAndAds: true