iOS - How to enable Facebook Login without hardcoding the values in info.plist file

亡梦爱人 提交于 2019-12-25 00:01:42

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!