How to implement Push Notification with Oracle in iOS - 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.

Related

Msgraph-sdk-java vs Msgraph-sdk-android for Android?

Has anyone tried Android development using Microsoft Graph SDKs?
What is the preferred SDK for Android? There are two SDKs available - one for Java (msgraph-sdk-java) and one separately for Android (msgraph-sdk-android) and its very confusing to choose between two. No appropriate documentation available as well!
Sorry for the confusion Samhith. We are in the process of deprecating the Android SDK in favour of the Java SDK for Android. The docs here should have mentioned the correct configuration for using Java. That's on me to fix.
There is an example of creating a client for Android here but you are absolutely correct that the guidance is not clear.
There is a dedicated Android Authorization Prodvider that can be found here.
All future work will be in the Java SDK and we will support the Android platform via that SDK.

How to access google endpoints 2 with iOS

I had a working app on both iOS and android.
I have since migrated my endpoints to version 2 using android studio and my android app is still working.
However my iOS one is no longer working but I can not find any documentation explaining how to access google endpoints version 2 with iOS.
The only documentation is the legacy documentation at the following link click here
Does anyone know where I can find such a tutorial?
There are docs on the new client, which are mentioned in the migration guides.

online qbsdk osr is broke. How to access it?

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.

My iPhone app is using Facebook SDK for iOS v2.0. Will my app become broken in June 2013?

My app on facebook has this alert:
This app uses an outdated version of the Facebook SDK for iOS. Please
download the latest version: iOS SDK 3.2.1.
Learn how the latest version makes it easier and faster to build great
mobile apps.
We also provide upgrade guides to make the process as easy as
possible. Upgrade from SDK 2 to 3.1 and 3.1 to 3.2.
Facebook will also stop supporting v2.0 of the SDK in June 2013, so
you are advised to upgrade to the new SDK as soon as possible.
Does this mean that v2.0 of the Facebook SDK for iOS will stop working in June 2013? Or, does it merely mean that Facebook will stop providing technical support and enhancements for it?
My app uses v2.0 SDK for the following:
Login with Facebook
Get list of friends
Send App Request to selected friends
Due to time and budget, I will not be able to have my iPhone app upgraded to version 3 until probably the end of this year. So, does this mean my iPhone app is going to be broken in June?
First, it is recommended for you to read Facebook SDK release notes. In short, API changed & Login mechanism ( especially token management ) changed . That means your app will have chance to be broken in June.
However, stop supporting is not equal to stop service . You can ask Facebook when to stop 2.0 API service . The 2nd link should provide most programming information you require.
Sidenote: I upgrade my app from Facebook iOS SDK 2.0 to 3.1 in few hours. Just curious, why take you so long to perform the changes ?
Hope it helps.
Reference :
Facebook iOS SDK Release Notes
Upgrading from 2.0 to 3.x
If you have access to the code for your app, you can check the class reference here for the latest version and see the whether the methods etc. used in your code is listed here, and whether there are any changes in how they behave / should be used.
If the classes and methods are all there, you don't need to worry. In all probability, your app should run just fine and not break.

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