Search code examples
braintree

How to update my APP name from PayPal prompt?


I have integrated BrainTree payment SDK. And trying to login PayPal sandbox account for further payment. One prompt will show up each time I trigger payPalDriver.authorizeAccount, the prompt content is : "XXXX" Wants to Use "paypal.com" to Sign In.

My question is can I custom XXX in the prompt? And How?


Solution

  • XXXX is pulled from CFBundleDisplayName which is in the Info.plist file. This Stack Overflow Answer goes into more detail regarding Bundle Names for iOS apps.