0

There is any way to set app Id,URL schema properties for social login like Facebook ,LinkedIn, google plus in ios app .. instead of using info.plist.

Is it possible to customize it programmatically using swift.? how we can dynamically set App iD and URL schema in the case of Facebook?

Eldhose Elias
  • 389
  • 1
  • 6
  • 22

1 Answers1

0
    enter code here
FBSDKSettings.setAppID("xxxxxxxxxxx")
FBSDKSettings.setDisplayName("App Name");

This code will help you to set App Id and Display name for Facebook app in iOS .

Eldhose Elias
  • 389
  • 1
  • 6
  • 22