Should I use SODataOnlineStore or SODataOfflineStore, or both?
#Should I use SODataOnlineStore
or SODataOfflineStore
, or both?
Should I use -scheduleRequest:, or -scheduleReadEntitySet:?
#Should I use scheduleRequest:
or a higher-level API like scheduleReadEntitySet:
in SODataStoreAsync?
Update to STSOData: block fetch example, and forget about Logon finishing
#Update to STSOData: handling for kLogonFinished, and new fetch sample with completion block
Use CocoaPods with SAP Mobile SDK Installer!
#How to use CocoaPods to bootstrap your SAP Mobile SDK app, instantly
KVO with SPO5 and STSOData
#Introduction to STSOData and SP05, Part 2 I’ve done some work with colleagues over the past several months, to develop a template of best-practice implementations of the SAP Mobile Platform SDK 3.0 SP05 features. I’m providing this as both a reference implemenation, and a reusable template framework that you can drop into your own application project, to bootstrap your development, while significantly reducing the lower-level details you need to manage in your app.
Intro to STSOData
#Intro to STSOData We’ve been working with the new 3.0 SP05 API set for several months now, and some common usage patterns have developed around the core application components, best practices for MVC, etc. I’ve encapsulated these in a helper template called STSOData, and am making it available both as an example, and also as a reusable framework to app developers using the SDK. The STSOData code is not a standard product framework, but it does a lot of the bootstrapping of the core application components with the SDK that you’re going to need anyway. So, it should really speed your development, and let you take advantage of some great features without learning too much about the lower level details of the core APIs.
Acquiring connection settings & configurations from Discovery Service
#SAP Discovery Service
Developing C# .dll for use with Unity in Visual Studio
#Developing C# .dll for use with Unity in Visual Studio
Introduction to the HttpConversationManager
This is the first in a series of posts on using SAP Mobile SDK 3.0 SP05, using modern features in iOS7 and iOS8, and 3rd-party libraries like ReactiveCocoa.