From where i can get worsite sdk? - imanage

I have several issues related with "iManage worksite web". I surfed for a few days at web but could't find "Worksite SDK". As i'm understand this SDK is absent in free download. And i don't understand why.
Is any body know where i can download this SDK? Or anybody can send to me it by email?
Thanks.

The SDK is a licensed product from IManage. You need to speak to your IManage support vendor to get an appropriate licence. They can then give you access to download the SDK from their support site.
If you're having specific problems with worksite or worksite web, post a separate question specifically targeted at those problems.

Related

How to integrate Salesforce in iphone app?

can any one help me in integrating salesforce in my app.I have made account in sales force and also created the remote-acces key.Can anyone tell how to ad objects ,dashboards etc in the iPhone app.I also want to know how to access the data on salesforce .for e.g. i want to get all the custom objects in salesforce and also want to create custom objects from iPhone app.Can anyone guide me in this respect.Any help is appreciated.
There are many ways to do it. I advice you to read carefully and choose the best way to do it.
Here are some links to read about it:
Making Salesforce and PayPal Work Together
SDK Project
Good Documentation and code
Salesforce provides mobiles SDK for iPhone, Android & hybrid platforms.
This SDK has samples on how to start with. There are lot of documentations available.
Basically the SDK helps to authenticate with Salesforce using oAuth, communicating with the objects using RestKit.
Refer the following URLs to start with..
Download the mobile SDK from the following URL.
https://github.com/forcedotcom/SalesforceMobileSDK-iOS
There is a discussion forum
http://boards.developerforce.com/t5/Mobile/bd-p/mobile
API docs
http://forcedotcom.github.com/SalesforceMobileSDK-iOS/Documentation/SalesforceSDK/index.html
Ref:
http://wiki.developerforce.com/page/Mobile_SDK

dropbox integration iphone

I am Beginner in iPhone. I wants Integrate Dropbox Api in my App for upload a .pdf file and image. But after long googling in not find any good tutorial for it.
Please provide me any tutorial links. or any example link where i can get information about how to integrate dropbox and upload file.
Many Thanks
Requirements:
You need the 4.0 version of the iPhone SDK. The version of your XCode should
be at least 3.2.3.
You need to have registered as a Dropbox application with mobile access. You should have a consumer key and secret.
You need to download the dropbox sdk
Refer to this link for more details and example.

Deviant Art API or SDK for iPhone?

Do you have any idea if there is available an official DeviantArt API or SDK for iPhone?
I am building an application and I would like to integrate a search through Deviant Art public feed.
Is this possible?
There is no official API or SDK for the iPhone. From reviewing their forums, it has been suggested many times, but so far has not been provided.
There's something called DiFi: http://www.botdom.com/documentation/DiFi that may be worth a try.
If that doesn't work, you could try interacting with the web site using a hidden UIWebView by using the – stringByEvaluatingJavaScriptFromString: method. I've used this in the past to interact with web sites that do not provide an API.
That's a wonderful idea, Andrei, but I don't think deviantart has any APIs available. However, what you want to do might not be impossible, you would just need to build your app to work with deviantart's website.

Using Facebook Connect SDK for my iPhone app

Okay, I am using Cocos2d for developing an Iphone game, and I wish to implement Facebook Connect.
I found a tutorial about integrating Facebook Connect in the Cocos2d forums (http://www.cocos2d-iphone.org/forum/topic/3392), but the link it provides for downloading the Facebook SDK is... broken. And I have no idea where to actually download it! Every link I find in Google seems to have been removed from Facebook's documentation. And that tutorial is a bit old... is there any updated content about such? Can someone guide me as to where should I get started? (downloading the SDK)
Facebook seems to be notoriously bad for dropping support or unlinking features. Try:
http://developers.facebook.com/docs/guides/mobile/#ios

Show my apps statistics on my website from the appstores.?

I am creating few native apps for Blackberry, Android and Iphone. And I am also planning to publish those on their respective app-stores. I have my own website to promote those apps.
The information that i need to know is, Is it possible to pull the statistics about my apps from the app stores and show that on my website.
Is there any API's or something else there to show that..
(statistics == no. of times downloaded, viewed, purchased etc..)
Any help would be appreciated.
Thanks
I haven't used it in quite a while, but there's an existing open source project for interfacing with the Marketplace info:
http://code.google.com/p/android-market-api/
That just gives you access to the same stats as you would see in the Marketplace app on a device though, not exact download numbers.