iOS Integrate PlaceILive to replace Google Maps SDK - ios

After allot of searching and googling, still can't find any reliable docs or support on how to integrate the PlaceILive(beta) on iOS App. Is there any SDK or framework for it?

PlaceiLive is not yet provided any sdk to integrate in ios , but they have some api that you can use

Related

Can I Use MapBox Mobile iOS and Android SDK with OpenStreetMaps?

I am developing an app that uses turn-by-turn navigation. But due to cost limitations, we cannot use MapBox using their pricing plans.
I came to know OpenStreetMaps is a good option here and also, MapBox is using OpenStreetMaps for some of its features. Has anybody used MapBox SDK to use OpenStreetMaps?
I also searched for other alternative open-source libraries that use OpenStreetMaps. Skobbler SDK was the one I found but it's no longer functional as the development is stopped.
I need help in finding a library that allows me to navigate in-app using OSM.
Please help.

Using Google Places Api for Webservices or Google Places API for iOS

Im looking to use Places AutoComplete in my iOS applications but I am unsure of wether the Google Places API for iOS has matured enough? Im working on an application for work so I need to use a sound solution.
I've also noticed in their examples that the platform targets iOS8.1 which I think is relatively high as I need to support iOS7.1 (I know, I know). Regardless of supporting iOS7 or not, should it not be iOS8.0 not iOS8.1? The platform target is not stated anywhere else so I may be mistaken by believing that it doesnt support iOS7.
Also, Google Places for iOS is only available via CocoaPods.
There also seems to be a lot of crashes in their change logs.
So currently, the Google Places API for iOS doesnt seem suitable for my current project. Is it possible to continue to use the Google Places API for WebServices?
https://developers.google.com/places/ios-api/releases
https://developers.google.com/places/ios-api/start
I'd recommend the Google Places API for iOS. It will be easier to use, and it will be easier to take advantage of future improvements in the Places API.
The Google Places API for iOS works with iOS 7.0 and up. It's not stated very clearly in the docs, but if you dig around it's there. https://developers.google.com/places/ios-api/start says:
The Google Places API for iOS is packaged with the Google Maps SDK for
iOS.
And as the Google Maps SDK for iOS docs at https://developers.google.com/places/ios-api/start say:
With the Google Maps SDK for iOS, you can build apps that target
native 32-bit or 64-bit devices running iOS 7.0 and later.
As far as crashes go: I think you're unlikely to encounter any (keep in mind the Places API for iOS has been available for over 6 months now, lots of time for bugs to emerge and be fixed), but if you do please file a bug at https://code.google.com/p/gmaps-api-issues/ — we're keen to fix any issues you have.
All that said, either solution should work pretty well for you!

Twitter integration that supports for IOS4 & IOS 5 and IOS6

I am trying to integrate twitter in my universal application which should run on devices with IOS4+. After googling i came to know that for the devices with IOS<4.0 we can use Sharekit and for the devices with IOS>5 we have to use the twitter framework. And that twitter framework should be added weakly (BuildPhases-> beside twitter framework make it optional).
Should i use both of them in my app? If so is there any samples that can be run on devices IOS 4+ devices with the help of either Sharekit or twitter framework. Checking the version of the device and proceeding with the relavant process(either sharekit or twitter framework) is possible? If possible can you help with the snippets or sample.
DETweetComposeViewController will give you a tweet composer on iOS 4 that looks like the native one in iOS 5/6. In iOS 5+ it will use the native twitter libraries instead. It's pretty straight forward to setup and use.

ios twitter wrapper

I need wrapper for work with twitter api in iOS.
Now I have used some tutorial, but I have more bugs and is not compatible with versions of iOS.
Anybody know twitter wrapper the same as facebook api for iOS.
I try to use MGTwitterEngine, but have a problem with iOS 5.0
for iCodeOuth project also have problem with iOS 5.0 (Authorized user return null)
Thanks!
If you are using iOS 5.0 or later, you should look into Apple's Twitter Framework

Help with facebook ios sdk

I've found some tutorials how to connect your app to facebook with facebook ios sdk, but they all use FBSession.h which doesn't exist in the newest version of facebook ios sdk so I don't know how to connect.
Can someone tell me how to connect it with the newest facebook ios sdk, or has some new tutorial?
Have you looked here? This guide shows you how to use the fb graph api with mobile platforms
http://developers.facebook.com/docs/guides/mobile/
You can add FacebookSDK and deprecated (backwards compatibility) folder into the frameworks group. You can import Facebook.h and it usually has everything u require.

Resources