I am using dropbox sdk in my ios mobile app ,it uses dropbox authentication fetches users files from dropbox in my application .. its working perfectly on my ios application and its uploaded on apple store . i want to make it available for tvos apple stores also.
but i am unable to authenticate to dropbox in tvos , as it opens authentication dialog to login and there is no way for the user to fill it, the UI does not meet the tvOS requirements. So I want to open a tvOS dialog for username/password. But Is there a way then to take this data to authenticate manually, i.e. using code that will input the dropbox username and password?
after searching i have found many references but their are no proper documentation for tvos platform. i have looked up following links but unable to authenticate in tvos
authentication to dropbox via dropboxDevelopers
dropbox community forums
dropbox api sdks
Any help/suggestion to this would be very helpful to me...