Skip to content

fix(ios): improve URL callback handling for Link payment method#2290

Merged
remonh87 merged 3 commits into
flutter-stripe:mainfrom
realmeylisdev:fix/ios-link-payment-url-callback
Jan 14, 2026
Merged

fix(ios): improve URL callback handling for Link payment method#2290
remonh87 merged 3 commits into
flutter-stripe:mainfrom
realmeylisdev:fix/ios-link-payment-url-callback

Conversation

@realmeylisdev

Copy link
Copy Markdown
Contributor

Summary

  • Add debug logging for iOS URL callbacks to help diagnose Link payment issues
  • Document handleURLCallback usage for apps with FlutterDeepLinkingEnabled
  • Add guidance for proper deep link setup in example app

Fixes #2137

Test plan

  • Test Link payment flow on iOS with FlutterDeepLinkingEnabled: true
  • Verify debug logs appear when URL callback is not handled
  • Test Link payment flow on iOS with FlutterDeepLinkingEnabled: false

- Add debug logging for URL callbacks to help diagnose issues
- Document handleURLCallback usage for FlutterDeepLinkingEnabled apps
- Add guidance for proper deep link setup in example app
@remonh87

Copy link
Copy Markdown
Member

Looks good to me waiting for verdict @jonasbark

@remonh87 remonh87 merged commit c3b7987 into flutter-stripe:main Jan 14, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

iOS "Link" payment method not working

3 participants