mnemo_cards/mnemo_cards_backend/lib/api/purchase/constaints.dart
2025-11-16 14:25:27 +03:00

7 lines
360 B
Dart

const androidPackageId = 'com.cinnabarflower.mnemo_cards';
const appStoreIssuerId = 'App Store Key issuer ID';
const appStoreKeyId = 'App Store Key ID';
const appStoreSharedSecret = 'App Store shared secret';
const bundleId = 'your iOS bundle ID';
const googlePlayProjectName = 'Google Cloud project name';
const googlePlayPubsubBillingTopic = 'play_billing';