ios google drive sdk version - ios

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..)

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.

How to get facebook user information in API version 2.6 in ios?

Is it possible to change the Facebook API version from 2.6 to 2.2 in iOS. I am not able to get all user information in version 2.6. I used current SDK version and also FacebookSDKs-iOS-20150813. Both SDKs are not giving me user information excluding id and username.
You can´t downgrade an App to a lower App, you can only upgrade it to a newer one. Downgrading would not make any sense anyway, it´s better not to use stuff that is deprecated.
Upgrade Tool: https://developers.facebook.com/tools/api_versioning/
You do not neet to downgrade anyway, you only need to use the fields parameter: /me?fields=name,first_name,...
It´s called "Declarative Fields" and came with v2.4 of the Graph API: https://developers.facebook.com/docs/apps/changelog#v2_4

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 maps SDK Version Issue - 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.

How do I check the version of the AWS SDK for iOS framework?

I don't see it in any of the header files within AWSiOSSDK.framework. I'm looking for the version format used here (eg. Version 1.4.4):
http://aws.amazon.com/releasenotes/iOS
This topic has been covered in a recent blog post, see Getting Metadata about the AWS Mobile SDKs:
The AWS Mobile SDKs provide functionality to capture details about the
environment in which the SDK is executing. These details include SDK
version, mobile platform, and platform locale. This information can be
useful for diagnosing issues and to help understanding exactly what
you are testing/running against.
Please check the post for details and examples, e.g. in order to to capture the metadata in the debug log of an application using the AWS SDK for iOS you apparently just need to include the following line of code:
NSLog( #"SDK Details: %#", [AmazonSDKUtil userAgentString] );

Resources