Launch a Windows Phone app with android AAR (NFC) -


i have device hard-coded nfc tag opens android app based on android application record (aar). calls android app open type android.com:pkg , payload com.something.something.

i have researched on how launch windows phone app existing tag, in end have found windows phone can launch app if nfc tag adequately programmed open windows phone app id or custom protocol registered in app. important use existing nfc tag opens android app id.

what curious windows 10 mobile detects existing nfc tag want open app when touch phone , prompts me if want launch app? app id isn't installed did research on how put app id on windows phone app in end got deployment errors.

android application records (aar) cannot used launch windows apps. windows uses different system launch apps (launch record). main probem windows uses different scheme identify apps (not java package name android does). moreover, windows apps cannot set automatically launched based on data contained in aar, hence, it's not possible build custom filter starts windows app based on aar.

the workaround that's known seems what's discussed in cross platform launch records data on windows phone , android. though requires modification of data structures on tag side.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -