How to launch myapplication settings tab in settings app from my application in ipad

后端 未结 4 1609
梦谈多话
梦谈多话 2021-01-15 15:08

Is there any way to open myapplication settings tab directly from my application like what we will use to open twitter settings

([[UIApplication sharedAppli         


        
4条回答
  •  独厮守ぢ
    2021-01-15 16:00

    By showing the Facebook or Twitter composer with the standard iOS Social Framework, will present us an AlertView with an option to go directly to FB or Twitter Settings for the users if the accounts are not setup. So this will be helpful when you want to your user to login to them via the Settings app, if they haven't done so.

    Have tested this with iOS 6 in iPad with both FB and Twitter.

提交回复
热议问题