JCOP 3 pre-personalization secid p60 - applet

I want to know how to pre-personalization jcop 3 card i tried JCOP 2 pre-personalization script but it didn't work and searched and i didn't find any results to it so far . i tried this tutorial https://re-ws.pl/2017/09/importunderstanding-jcop-pre-personalization/
it worked in jcop 2 but didn't work in jcop 3

You will need to reach out to your NXP representative and request they push the JCOP 3 SecID P60 User Guidance and Administration manual to your DocStore account. You will need to create a DocStore account in this instance. This is a NDA-covered document and you will also require the JCOP Tools package to run the scripting - which can be requested from tools.jcop#nxp.com. Your NXP representative may also have sample scripts for the JCShell program to assist in initialisation.

Related

InAppPurchase2 / Capacitor / Ionic: How to sell testperiod products (Offer / Discount)

I`m using In App Purchase in my Ionic App installed like described in
https://capacitorjs.com/docs/guides/in-app-purchases
With this npm package
https://www.npmjs.com/package/#ionic-native/in-app-purchase-2
This works fine when purchasing products.
Now I want to add a test period for my product. User should be able to test for 7 days. So I created a offer in Play Console:
How to tell InAppPurchase2 to use the offer? store.order() only takes product_id and an additionalData object. How to pass the offer id? Is it possible in additional params?
Ok, found the solution: "cordova-plugin-purchase": "^13.0.0" is needed. And "#awesome-cordova-plugins/in-app-purchase-2" which is kind of an interface for "cordova-plugin-purchase": "^11.0.0" is outdated.
When using version 13 of "cordova-plugin-purchase" with plain javascript (no other library), you get the offers in the product object and can order it with something like store.order(product.offers[0]).

Manatee.Trello: Simple CRUD App for Updating Cards

I need to develop a simple CRUD console app to update a list of Trello cards from a CSV file. I'll run the app in TaskScheduler every night. I've installed #gregsdennis Manatee.Trello packages (impressive code!) but cannot find a single (complete example) of anything like this anywhere. All I've managed to do is auth in with app key and tokedn.
Is there a resource out there that shows simple (full) examples of how to get started? #gregsdennis—the C# libraries are extensive and obviously well thought out—I just need a jump start to get me going. Thanks to all in advance!
Here's the documentation site: https://gregsdennis.github.io/Manatee.Trello/usage/getting-started.html

Object ID conflict in extensions in AL (Business Central OnPremises)

I'm a beginner in Dynamics Nav/Dynamics365/Business Central developing extensions in AL and I'm having a problem that I don't know how to solve it 'easily'.
I am working with 2 projects in Visual Studio Code at the same time in one workspace (previously I tried it in multiple workspaces) and there are 2 'pageextension' objects with ID 50100.
I'm having the following error:
The application object of type 'PageExtension' with the ID '50100' is defined in multiple apps. The apps are: Reports by myName 2.1.0.0; Workspace2 by myName2 1.0.0.0.
I know this error could be fixed changing the object ID but I think it should exist another solution.
Does this mean that if someone publishes and install an extension and then try to publish and install mine, will BC OnPrem not allow them to work with the second?
thank you in advance
The range you describe should only be used for customisations.
When publishing for AppSource, you will get a specific number range for your app.
If you intend to use multiple apps for customisations, you should divide the range and make sure you do not use double id's.

Need Mulesoft Development Fundamentals training material

Does anyone have the Mulesoft Development Fundamentals course ppt?
This is the course link : https://training.mulesoft.com/instructor-led-training/mulesoftu-fundamentals
I had completed it, but I want to refer to the ppts once. The course content ppts..
Thanks,
Narasimhan.
goto this link : https://training.mulesoft.com/instructor-led-training/mulesoftu-fundamentals
this is an 8 weeks program and you can do certification and claim points from champions program

How to create an ATG store?

I have been studying ATG for about 4 months and now I am facing a problem: even going through the documentation I can't find any document that can clearly explain how I can create a new empty store.
I know that I need to have my database users and schemas, the application server scripts (I'm using weblogic) and the module in Eclipse. But I can't find anywhere how to create a new store, implement it from the beginning and see the result in the browser.
There is no such document for ATG. You either need to start from the Commerce Reference Store and customise that (in versions prior to ATG 11 would would strongly suggest not to use the CRS as your basis for a new site) or you can look at what the CRS executes for the runAssembler command, remove the CRS specific modules from that and then create, and include your own modules for the Storefront and your source code.
There is no empty store you can install and run. You have to build one. Or you can install CRS, which is not empty, but it is relatively straightforward to install and can be customized.
The documentation to follow:
http://docs.oracle.com/cd/E52191_02/CRS.11-1/ATGCRSInstall/ATGCRSInstall.pdf
https://www.sparkred.com/blog/installing-oracle-commerce-11-1-with-commerce-reference-store/
*