buffer-ios-sdk icon indicating copy to clipboard operation
buffer-ios-sdk copied to clipboard

Buffer iOS SDK

Results 6 buffer-ios-sdk issues
Sort by recently updated
recently updated
newest added

Hi I am using Buffer SDK but facing one issue when user successfully login then redirect to myapp, there I get alert "expected status code in (200-299) got 400 "...

I was uploading binary using Xcode version 7.0.1 (7A1001) with latest iOS 9.0 base sdk and it said that `buffer-ios-sdk` bundle has an unexpected CFBundleExecutable key. So I deleted it...

Try to presentBufferSheetWithText from a modal view controller will fail. The buffer's sheet is displayed under the current view controller, so it won't allow user do anything with it. Can...

Please add Cocoapod support, this will make integration much much easier.

Try to share text with https://github.com/VilemKurz/ShareKit/tree/bufferRebirth on iOS7. Nothing happens - it looks like the completion block is not called.

Hi, I've encounter this problem that NSData is trying to fetch data from a remote URL thus blocking the main thread for a long time. Here's the stack: ![screen shot...