Skip to content

Apple pay button is not showing. #952

Description

@Alfaizkhan

Describe the bug
Apple pay button is not showing in physical device but working fine in simulator.
Here's code snippet.

  // Initialize the payment sheet
  await Stripe.instance.initPaymentSheet(
    paymentSheetParameters: SetupPaymentSheetParameters(
      // Main params
      paymentIntentClientSecret: clientSecret,
      customerId: customerId,
      customerEphemeralKeySecret: ephemeralKey,
      // Merchant Name
      merchantDisplayName: 'Agent Duty',
      style: ThemeMode.system,
      applePay: const PaymentSheetApplePay(
        merchantCountryCode: 'US',
      ),
    ),
  );

Simulator Screen Shot - iPhone 11 Pro Max - 2022-09-30 at 21 36 08

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions