mnemo_cards/mnemo_cards_backend/lib/api/purchase/constaints.dart

8 lines
360 B
Dart
Raw Normal View History

2025-11-16 11:25:27 +00:00
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';