Scan NFC to open Item detail view

Hello,

I'd like to create an inventory app that allows the user to open the detail-view of a specific item by scanning an NFC tag without the need of opening the app. What I'd like to do is precisely shown (but not explained) in this video: https://youtu.be/W1sz6ra3da0?t=1505 at min 25:00

Can you please help?

Thank you in advance.

 

1 6 375
6 REPLIES 6

@SkrOYC Thank you for your suggestion. What about the SCAN part? How can I scan an NFC tag and open a specific view detail page of an inventory item?

A.A


@Losalo wrote:

How can I scan an NFC tag and open a specific view detail page of an inventory item?


That's related to the particular device's config. In general, if you have NFC ON, the device will jump to it when you add the deeplink you want.

Exactly, My question is: What is the deeplink URL formula I should set per each NFC tag in order to redirect the user to a specific item detail view when scanning?

FYI @WillowMobileSys 

As mentioned on the other post, take a look at this one:

META POST: Deep Links & URL Parameters - Google Cloud Community

First, since NFC tags are pre-encoded with the link, the Detail View you mention must view a pre-established row in the system that is expected to remain for a long time.  For example, a product description.  

Second, You will need the full URL to encode onto the NFC tag.  To be clear, I think of the full URL as the site prefix "http://..."  plus the Deep Link.  The article that @SkrOYC provided should give you all the details.

Obviously, you will want to test the URL before encoding it onto the NFC tag.  While most NFC tags are reusable, its best to get the URL right from beginning to help eliminate it as a source of any future issues.

Top Labels in this Space