简体   繁体   English

Soundcloud iOS SDK-是否有注册视图控制器?

[英]Soundcloud iOS SDK - is there a signup view controller?

I'm working on an iOS that is using the following SoundCloud library version from cocoapods: pod 'CocoaSoundCloudAPI', '1.0.2' pod 'CocoaSoundCloudUI', '1.0.9' 我正在使用从cocoapods使用以下SoundCloud库版本的iOS:pod'CocoaSoundCloudAPI','1.0.2'pod pod'CocoaSoundCloudUI','1.0.9'

I've been successful in implementing the ability to login to SoundCloud using SCLoginViewController. 我已经成功实现了使用SCLoginViewController登录到SoundCloud的功能。 I'd also like to give the user the ability to signup to SoundCloud, but I haven't had much luck finding an appropriate view controller in their iOS SDK, nor finding any other appropriate way to give the user the ability to create a SoundCloud account. 我也想给用户注册SoundCloud的能力,但是我并没有太多运气在他们的iOS SDK中找到合适的视图控制器,也没有找到其他任何合适的方法来使用户能够创建SoundCloud。帐户。

Does anyone know if it's possible to let a user signup for a SoundCloud account in an iOS app? 有谁知道是否可以让用户在iOS应用中注册SoundCloud帐户?

Since SoundCloud decided not to maintain anymore this library I created my own one, maybe it could helps you. 由于SoundCloud决定不再维护该库,因此我创建了自己的库,也许它可以为您提供帮助。 One of the request I've already implemented is login using an internal webview where the user can signup as well. 我已经实现的请求之一是使用内部Webview登录,用户也可以在其中注册。

SoundCloud内部Webview进行登录和注册

ABMSoundCloudAPI on Github Github上的ABMSoundCloudAPI

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM