Google maps SDK Version Issue - IOS - ios

Am using Google maps SDK in my app and I had to support 5.0 also but Google maps does n't support 5.0. How to implement my app for 5.0
Is there any link to download Google Maps SDK 1.4.x?
Thanks in advance,

There's a "Releases" webpage for the GoogleMaps SDK which list what's changed from version to version.
They do allow downloading releases from one or two versions back, but there's no actual link there for 1.4.X.
However, when I tried manually typing in a link of "https://dl.google.com/geosdk/GoogleMaps-iOS-1.4.3.zip", it successfully downloaded. Grab it now, because it is likely to be gone within the next month or two.

Related

iOS Evernote SDK with Evernote App 8.x

We have recently noticed that our app's Evernote integration has stopped working. I've pinpointed it to the new Evernote app update released on January 19th that brings the app to version 8.0.1. Specifically the "IsEvernoteInstalled()" function no longer works, and neither do any ENSession calls that open notes in the Evernote app itself (viewNoteInEvernote for example). I made sure I have the latest version of the Evernote Cloud SDK here:
https://github.com/evernote/evernote-cloud-sdk-ios
but I'm still not having any luck. One oddity I've noticed is that the only required LSApplicationQueriesSchemes item mentioned in the documentation is "en" yet the source code for the app is trying to open "evernote://" urls. Also the "IsEvernoteInstalled" function checks "en://". The current version of the Evernote iOS app appears to only have "evernote://" as a registered scheme so I'm confused. I tried adding "evernote" as another application query scheme, but that did not help. It appears that the Evernote Cloud SDK has not been updated to remain functional with the new version of the app, but maybe I'm missing something?
Thank you.
I think the change of URL scheme is unintentional and will be fixed on the Evernote side.

ios google drive sdk version

I applied ios google drive sdk long time ago.
but I do not know sdk version.
and I want to update sdk, if there is some changes.
but
https://github.com/google/google-api-objectivec-client
https://developers.google.com/drive/ios/quickstart
these site does not have any change log or current version information.
question :
How to know sdk version in my app.
GTLService requestUserAgent => is this method right?
how to know sdk change log(deprecated api..)

Facebook SDK iOS FriendPicker and PlacePicker not existent in SDK 4.x

Been searching online through StackOverflow and through Facebook SDK Developer docs, can't seem to find where/if the current iOS SDK for Facebook (4.x) has the FBFriendPicker or FBPlacePicker as seen in these links:
https://developers.facebook.com/docs/reference/ios/3.5/protocol/FBFriendPickerDelegate
https://developers.facebook.com/docs/reference/ios/3.8/protocol/FBPlacePickerDelegate/
Does the FriendPicker and PlacePicker not exist in the iOS SDK 4.x? Trying to implement it for one of my iOS apps.
No, It doesn't exists...
https://developers.facebook.com/docs/ios/upgrading-4.x
FBViewController and related picker classes such as FBCacheDescriptor
have been removed. If you want to display Graph API results in a table
view, you can do it manually. Take a look at the Scrumptious or
RPSSample for ideas to get started.

How to integrate Aftership API in ios

I am working on iOS App where I have to use Aftership SDK for tracking the order-details. While integrating aftership sdk with my app I am facing problem of app crash. I have followed their doc https://www.aftership.com/docs/api/4 also downloaded the SDK from the link https://github.com/AfterShip/aftership-ios. It is not get clear, how to use from its docs page to integrate this API and I haven't found any useful blog or article which would guide me to integrate this.
Also we need to use pods for installation. As I am new to iOS I am not getting how to use pods and make the SDK ready.
This is my first time working on these type of project so Can anyone please help me, to get this done. I will be very thankful.

Google Double Click GADDoubleClickParameters.h file not found ios

I want to implement Google Double Click into my iPad.
I am following
https://developers.google.com/adsense-for-mobile-apps/docs/ios/doubleclick/
In setup section doc specify to copy GADDoubleClickParameters.h file.
I have searched a lot but could not get this file in SDK .
Sdk that i get is
https://developers.google.com/mobile-ads-sdk/download#downloadios
Can somebody guide me how can i implement double click in ios if i follow above guide.
I think there is a mismatch between Google AdSense Mobile and Google AdMob Ads; GADDoubleClickParameters.h is required by the formed, while you are downloading the latter.
It seems that Google AdMob Ads supersedes AdSense Mobile:
The new SDK provides numerous advantages over the previous AdMob and AdSense for Mobile Applications SDKs and lays the framework as we work towards a single, comprehensive app monetization solution. Key features include access to the latest ad units, tablet formats for Android, iOS 4.3, and Windows Phone 7 support. (source)
If you want to use Google AdMob Ads, I would suggest having a look at the sample projects that Google provides.
Hope it helps.

Resources