online qbsdk osr is broke. How to access it? - sdk

As of now I cannot reference the QBSDK OSR with either Firefox or MSIE 9.
How can I access it?
I have also installed QBSDK13 the other day which no longer supports QB Online. Since there seems to be only 1 OSR on the system now I do not have access to QBO for our QBSDK12 and QBSDKD11 programs.
Another mess!!!!!!

With SDK 13, QBO references were removed including in the OSR because you need to start using the QBO API. The above link will therefore not work.

You are still welcome to use the older version of the SDK which has a local version of the OSR installed with it that does have the QBO information.
http://localhost:2211/Common/newOSR/index.html
You will not be able to access any data using QBXML on the newer versions of QBO.

I have different versions of the SDK installed in different "virtual machines", so that I can always access the older SDK and OSR if necessary.

Related

How to implement Push Notification with Oracle in iOS

I'm struggling with Push Notification in iOS and it should be based on Oracle. Here is the link to the documentation provided by Oracle but there is a version difference between Oracle Doc & GitHub SDK.
No matter to implement the feature on 6.29.1 or 6.31.0.
The document is based on 6.31.0 but the regarding github sdk is based on 6.29.1 alone.
I'm lost how to synchronize the SDK and the document with the version difference.
I had experience in old versions You'd better to contact the support team of Oracle.
I finally found old documentation which syncs with github SDK version.
[UPDATED]
Oracle support team updated the documentation for old SDK as my request.

QuickBooks POS 2013

I am trying to figure out what is SDK I need to create a hook into QuickBooks POS 2013. The QuickBooks POS SDK seems to only support up to version 10.0. I am wondering if I need to use the QuickBooks SDK version 13.0 and not the POS SDK? I have never programmed QuickBooks but I have a program in C# I need to write now.
Thanks for the help.
The QuickBooks Point of Sale SDK available for download/documented here:
https://developer.intuit.com/docs/0250_qb/0260_pos
Supports all versions of QuickBooks Point of Sale.

ArcObjects SDK's for .net free download

Anyone can suggest where I can freely download Arc-Objects SDK's for Arc GIS 10.2 version?
There is no legal way to download the ArcObjects SDK without paying for it.
You can purchase the EDN, but it's absurdly expensive. The best options are to work for a company that pays for a license or use open-source GIS.
There is one legal way, and that is to request a Free 60-day trial of ArcGIS Desktop from the ESRI website. If you call them sometimes they can extend the trial but you must request that up front.
Note that the free trial will only be available for the current release and not for past versions. The ArcObjects SDK is included with the ArcGIS Desktop installation media.

Begin sessions using different QuickBooks versions programmatically

I'm accessing a QuickBooks file from code using this call
win32com.client.Dispatch("QBXMLRP2.RequestProcessor")
I plan to install more than one version of QuickBooks on my computer. Is there a way to specify which version of QuickBooks is being used to open the session? I want to address particular versions of QuickBooks so that my program is in compliance with the restriction that only one QB file can be opened at a time by an SDK application. (For example, I might begin a session with company1.qbw with QuickBooks Pro, and another session with company2.qbw with QuickBooks Premier).
Only one QuickBooks file can be opened by the SDK on one machine at one time. Installing multiple versions of QuickBooks doesn't change this. If you have a file open in QuickBooks Pro and you want to open an Enterprise file, you must first close Pro. The only way to open multiple QuickBooks files at the same time with the SDK is to use multiple computers.
Side note: multiple versions of QuickBooks can be run on the same machine and the SDK will work; but don't try installing the Canadian or UK versions, or Reckon (Australia and Singapore) on a machine with the US version installed: that will screw up the SDK.

Where can I find the facebook connect api for iphone?

as I have a problem with the new facebook sdk for ios (see more here and here) I would try with the old api, but on git there aren't no more. Where could I see?
I found nothing about older versions than this of facebook connect for iphone...
But, I've downloaded this SDK in October but I haven't update it yet!
If it can be useful, I can host it on a server to allow you to download it :)

Resources