问题
Background:
We provide users an option to create mobile application for their eCommerce store. They can choose what type of changes need to be done and then we go ahead and create the app for them. It is all smooth except for the pain point with getting the Facebook APIs keys generated by the users. Most of the times they do not pay attention and create wrong keys and then we have to tell them to create again. This takes a lot of to-n-fro and wastes time.
What we intend to achieve:
We have been able to do this successfully in Android but not with iOS. We want to give the users an interface in their web panel to enter the API keys. This would allow us to deliver the application to the users very fast and then they can work at their end to generate the API keys by going through the tutorials at their own leisure.
We have tried playing with info.plist file but it is not editable on the run time. So we need to find out another way to solve the issue.
Any help will be appreciated.
This is same thing we want to do with Google Login too.
来源:https://stackoverflow.com/questions/51153674/ios-how-to-enable-facebook-login-without-hardcoding-the-values-in-info-plist-f