XLM-RPC getPosts in iOS app
-
I have downloaded the API in the iOS for WordPress.
It all works except for one thing. The request with parameters takes an NSArray for the parameters; however, the final ‘filter’ parameter that is optional in the getPosts call is a struct. You cannot send a struct in an NSArray. So, how do I get all the posts from a getPosts call instead of just the last 10.
Thanks!!!
- The topic ‘XLM-RPC getPosts in iOS app’ is closed to new replies.