Worklight v6 Developers Reference Guide - ibm-mobilefirst

There is a lovely Worklight Developer Reference Guide for v5 of Worklight (found here http://public.dhe.ibm.com/ibmdl/export/pub/software/mobile-solutions/worklight/docs/wl_5_0_dev_ref.pdf) but I can't find it for V6...
Has anyone seen the update?
Cheers,
Susan

I don't think the same document, but for Worklight 6.0 is in existence.
Did you visit the IBM Worklight Information Center and Getting Started pages?
http://pic.dhe.ibm.com/infocenter/wrklight/v6r0m0/index.jsp
http://www-01.ibm.com/software/mobile-solutions/worklight/library/

All of the previous Developer and Admin guide pdfs have been combined into the Worklight Information Center, per Idan's post. All of the same material is there, just re-organized, but if there is something you find missing, please post it and we can help.

Related

Intel ESG tutorials and examples needed

I am looking for Intel ESG (Intel Expressway Service Gateway) I have to work on this so I am looking for any documentation or tutorial links.
Please if anyone uses this or know about something on it Please help me.
MuleSoft has very good developer community and lot of online resources available. If you go to developer site for MuleSoft you will get everything that you want. Browse through sub-menu of 'Resources' and 'Community' menu.
MuleSoft documentation is also comprehensive and contains samples in some cases.

WL.SimpleDialog showing full screen in windows 10 mobile and desktop

IBM MobileFirst WL.SimpleDialog appearing fullscreen in windows mobile, windows tab 10. Anybody have faced this issue and have solution please let me know.
Hi Srik, Thanks for replay. There is two environments in IBM MF for generating windows build. One is WindowsPhone8 (Windows8 silver light) .It will gives build for only mobiles. And second one is Windows8(Windows universal) by using this we can generate builds for both phone and tablets.I am using IBM MF simple dialog for display messages and it showing full screen like in the above image. I am using Visual Studio professional 2015 IDE. I think sharing client project is not ethical. Please share your email id so that we will discuss in offline.
Since you are unwilling to provide your project where this issue is reproducible, either write a demo app that reproduces it and provide it, or open an IBM PMR (support ticket) and share it privately with IBM. This is a programming website and you are expected to share code.
If you can't share code, this specific question does not belong here.

Mobile First Encrypted Cache Errors

I am using the IBM MobileFirst Studio Plugin 7.1 and am following the tutorial - Storing sensitive data in encrypted cache at this link:
https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-0/data/storing-sensitive-data-encrypted-cache/
I have noticed that the ERROR CATALOG that I see is different than what is present in the documentation. This is a screen shot of my CATALOG
I am not able to see the ERRORS for the
WL.EncryptedCache.ERROR_SECURE_RANDOM_GENERATOR_UNAVAILABLE
WL.EncryptedCache.ERROR_COULD_NOT_GENERATE_KEY
They are either mentioned in the code but not in the documentation or vice versa. Am I missing something? Please advise.
I have dispatched a note to the development team to verify what is going on.
It appears we may have a defect here. Will update once news arrive.

How to integrate ISAM and MobileFirst Foundation

I need use ISAM for sso, Do you have any detail instruction for that?
I have read information in KnowledgeCenter, redbooks, but I still not know how to do the integration. Thank you in advance.
Hopefully this helps: http://www-01.ibm.com/support/docview.wss?uid=swg24034222
Take a look at some of the integration docs written for the version you are running.

Getting start with aws ios sdk to search books with their ISBN from iPhone

I am new to AWS iOS SDK. I have installed AWS iOS SDK and also look the sample project given by AWS iOS SDK.
But unfortunately I didn't get anything suitable for me.
My simple task is to search books with their ISBN number on Amazon server.
Can I have sample Xcode project that is requesting "itemlookup" from AWS?
OR
Can I have sample Xcode project that is making request to get item from AWS?
I have spent more then 8 hours on this but didn't find anything. Now atlast I come to SO. I hope that I'll get suitable help from here.
Thank you in anticipation.
After a great discussion and help of Bob Kinney and Ryan Parman. I went to right path and found this on SO.
In this question the last answer has a link of Sorceforge sample code of 'amazon advertising api'
Sample Code Here
Although this code has some errors, which I solved by googling them, but at last I got the desired results.
Hope this will help you greatly...
The AWS SDK for iOS is for accessing Amazon Web Services like S3, EC2, and DynamoDB. What you are looking for is the Advertising API. There are a number of questions on SO that should give you some starting ideas.