pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
64 stars 119 forks source link

Use of unresolved identifier 'BTAppSwitch' #30

Closed DriftingShadows closed 4 years ago

DriftingShadows commented 4 years ago

I seem to get this error (Use of unresolved identifier 'BTAppSwitch') when trying to add setReturnUrlScheme in the AppDelegate.swift file. Apologies as I dont really have any experience with iOS development. Am I missing an import of some sort or do I have to do something else.

DriftingShadows commented 4 years ago

Nevermind, just had to add import Braintree to the top