[GH-ISSUE #232] Not All Services are available with OAuthSwfit Demo #132

Closed
opened 2026-03-03 16:45:56 +03:00 by kerem · 1 comment
Owner

Originally created by @huiwang on GitHub (May 21, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/232

== Describe here the steps to reproduce, with error message if any, and your code if relevant ==

  • **OS targeted (with version): 10.11.3 (15D21)
  • **OAuth provider:
  • **OAuthSwift version: master

After openning the demo app, i can't see the full list of services in the homepage. The service list starts with 500px. For example, I can't see the service twitter.

Originally created by @huiwang on GitHub (May 21, 2016). Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/232 == Describe here the steps to reproduce, with error message if any, and your code if relevant == - **OS targeted (with version): 10.11.3 (15D21) - **OAuth provider: - **OAuthSwift version: master After openning the demo app, i can't see the full list of services in the homepage. The service list starts with 500px. For example, I can't see the service twitter.
kerem 2026-03-03 16:45:56 +03:00
Author
Owner

@phimage commented on GitHub (Jul 7, 2016):

I can reproduce the issue, maybe a file reading failure

If you want to debug into ViewController.swift, see initConf
the following code must be executed

if let path = NSBundle.mainBundle().pathForResource("Services", ofType: "plist") {
            services.loadFromFile(path) // debug point here
<!-- gh-comment-id:230989344 --> @phimage commented on GitHub (Jul 7, 2016): I can reproduce the issue, maybe a file reading failure If you want to debug into ViewController.swift, see `initConf` the following code must be executed ``` swift if let path = NSBundle.mainBundle().pathForResource("Services", ofType: "plist") { services.loadFromFile(path) // debug point here ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#132
No description provided.