Does anybody tried how the Android default behavior, when on the NFC tag are saved 2 NDEF records, one is pointing to the URL with application .apk, while the 2nd has application proprietary data?
The use case is following: When user has not an application installed yet the device starts either Google Play or the web browser and user can download the application. Once user installs the application it process the tag content. Both are working separately, but I have not tried 2 NDEF messages or 2 records in one NDEF. Any experiences with 2 NDEF records? I can try on my own, but I would like to save a time.
NdefRecord.createApplicationRecord()
and it works great. Created one record with a mime and a payload that can be read with the app and then the createApplicationRecord which opens the app store if the app is not installed. – Jeff Thomas