Something new on NFC capability on iOS12?
In lack of information - Google didn't help me - does anyone know about possible new capabilities regarding NFC functionality on iPhone with iOS12?
There were several rumours that iOS12 will have a larger scope for using NFC on iPhone than just Apple Pay.
Background: I'm interested using the iPhone for unlocking our company's door than using those lousy rfid tags. But my interest is not limited on this scenario.
iphone ios nfc
add a comment |
In lack of information - Google didn't help me - does anyone know about possible new capabilities regarding NFC functionality on iPhone with iOS12?
There were several rumours that iOS12 will have a larger scope for using NFC on iPhone than just Apple Pay.
Background: I'm interested using the iPhone for unlocking our company's door than using those lousy rfid tags. But my interest is not limited on this scenario.
iphone ios nfc
The first thing that comes to mind is that NFC is not compatible with most of the installed RFID access control (prox) readers. To get this compatibility with your phone, it will likely require an upgrade of your infrastructure.
– Allan
5 hours ago
add a comment |
In lack of information - Google didn't help me - does anyone know about possible new capabilities regarding NFC functionality on iPhone with iOS12?
There were several rumours that iOS12 will have a larger scope for using NFC on iPhone than just Apple Pay.
Background: I'm interested using the iPhone for unlocking our company's door than using those lousy rfid tags. But my interest is not limited on this scenario.
iphone ios nfc
In lack of information - Google didn't help me - does anyone know about possible new capabilities regarding NFC functionality on iPhone with iOS12?
There were several rumours that iOS12 will have a larger scope for using NFC on iPhone than just Apple Pay.
Background: I'm interested using the iPhone for unlocking our company's door than using those lousy rfid tags. But my interest is not limited on this scenario.
iphone ios nfc
iphone ios nfc
asked 10 hours ago
palloxpallox
334213
334213
The first thing that comes to mind is that NFC is not compatible with most of the installed RFID access control (prox) readers. To get this compatibility with your phone, it will likely require an upgrade of your infrastructure.
– Allan
5 hours ago
add a comment |
The first thing that comes to mind is that NFC is not compatible with most of the installed RFID access control (prox) readers. To get this compatibility with your phone, it will likely require an upgrade of your infrastructure.
– Allan
5 hours ago
The first thing that comes to mind is that NFC is not compatible with most of the installed RFID access control (prox) readers. To get this compatibility with your phone, it will likely require an upgrade of your infrastructure.
– Allan
5 hours ago
The first thing that comes to mind is that NFC is not compatible with most of the installed RFID access control (prox) readers. To get this compatibility with your phone, it will likely require an upgrade of your infrastructure.
– Allan
5 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Basically two new NFC features were released - however they are only available on select newer phones, so there's not really any change if you have an older phone.
The new features are available on iPhone XS, iPhone XS Max and iPhone XR.
Feature 1: Express Card
This makes it possible for the phone to work as a NFC card for stuff like student cards, entry cards, transportation tickets - when the battery is dead! The idea is that even when the phone is shut down due to lack of battery, the phone can still be used as a valid NFC card for approx. 5 hours.
The feature is only available for (few) select cards that are stored in the Wallet.
Feature 2: Background Tag Reading
The phone is now always "listening" for NFC tags. You can read a tag without unlocking your phone, and it will show a small notification that you can activate to go into the app that is registered to handle that type of NFC tag.
Previously you had to open the app first, and then read the tag.
add a comment |
CoreNFC framework has been introduced in iOS 11 for detection of NFC tags and reading NDEF info.
See Apple dev documentation for more information.
https://developer.apple.com/documentation/corenfc
This is from iOS 11 - the question was about what was new in iOS 12.
– jksoegaard
8 hours ago
This: codeworkshop.net/objc-diff/sdkdiffs/ios/12.0/CoreNFC.html The OP referred to NFC scope beyond ApplePay so I assumed that OP did not know about the expanded scope introduced in iOS 11. My fault.
– Gummibando
6 hours ago
Not all changes are reflected in SDK diffs. But yeah, maybe he didn’t know - but then it’s a different question altogether!
– jksoegaard
4 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "118"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f348949%2fsomething-new-on-nfc-capability-on-ios12%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Basically two new NFC features were released - however they are only available on select newer phones, so there's not really any change if you have an older phone.
The new features are available on iPhone XS, iPhone XS Max and iPhone XR.
Feature 1: Express Card
This makes it possible for the phone to work as a NFC card for stuff like student cards, entry cards, transportation tickets - when the battery is dead! The idea is that even when the phone is shut down due to lack of battery, the phone can still be used as a valid NFC card for approx. 5 hours.
The feature is only available for (few) select cards that are stored in the Wallet.
Feature 2: Background Tag Reading
The phone is now always "listening" for NFC tags. You can read a tag without unlocking your phone, and it will show a small notification that you can activate to go into the app that is registered to handle that type of NFC tag.
Previously you had to open the app first, and then read the tag.
add a comment |
Basically two new NFC features were released - however they are only available on select newer phones, so there's not really any change if you have an older phone.
The new features are available on iPhone XS, iPhone XS Max and iPhone XR.
Feature 1: Express Card
This makes it possible for the phone to work as a NFC card for stuff like student cards, entry cards, transportation tickets - when the battery is dead! The idea is that even when the phone is shut down due to lack of battery, the phone can still be used as a valid NFC card for approx. 5 hours.
The feature is only available for (few) select cards that are stored in the Wallet.
Feature 2: Background Tag Reading
The phone is now always "listening" for NFC tags. You can read a tag without unlocking your phone, and it will show a small notification that you can activate to go into the app that is registered to handle that type of NFC tag.
Previously you had to open the app first, and then read the tag.
add a comment |
Basically two new NFC features were released - however they are only available on select newer phones, so there's not really any change if you have an older phone.
The new features are available on iPhone XS, iPhone XS Max and iPhone XR.
Feature 1: Express Card
This makes it possible for the phone to work as a NFC card for stuff like student cards, entry cards, transportation tickets - when the battery is dead! The idea is that even when the phone is shut down due to lack of battery, the phone can still be used as a valid NFC card for approx. 5 hours.
The feature is only available for (few) select cards that are stored in the Wallet.
Feature 2: Background Tag Reading
The phone is now always "listening" for NFC tags. You can read a tag without unlocking your phone, and it will show a small notification that you can activate to go into the app that is registered to handle that type of NFC tag.
Previously you had to open the app first, and then read the tag.
Basically two new NFC features were released - however they are only available on select newer phones, so there's not really any change if you have an older phone.
The new features are available on iPhone XS, iPhone XS Max and iPhone XR.
Feature 1: Express Card
This makes it possible for the phone to work as a NFC card for stuff like student cards, entry cards, transportation tickets - when the battery is dead! The idea is that even when the phone is shut down due to lack of battery, the phone can still be used as a valid NFC card for approx. 5 hours.
The feature is only available for (few) select cards that are stored in the Wallet.
Feature 2: Background Tag Reading
The phone is now always "listening" for NFC tags. You can read a tag without unlocking your phone, and it will show a small notification that you can activate to go into the app that is registered to handle that type of NFC tag.
Previously you had to open the app first, and then read the tag.
answered 10 hours ago
jksoegaardjksoegaard
16.3k1643
16.3k1643
add a comment |
add a comment |
CoreNFC framework has been introduced in iOS 11 for detection of NFC tags and reading NDEF info.
See Apple dev documentation for more information.
https://developer.apple.com/documentation/corenfc
This is from iOS 11 - the question was about what was new in iOS 12.
– jksoegaard
8 hours ago
This: codeworkshop.net/objc-diff/sdkdiffs/ios/12.0/CoreNFC.html The OP referred to NFC scope beyond ApplePay so I assumed that OP did not know about the expanded scope introduced in iOS 11. My fault.
– Gummibando
6 hours ago
Not all changes are reflected in SDK diffs. But yeah, maybe he didn’t know - but then it’s a different question altogether!
– jksoegaard
4 hours ago
add a comment |
CoreNFC framework has been introduced in iOS 11 for detection of NFC tags and reading NDEF info.
See Apple dev documentation for more information.
https://developer.apple.com/documentation/corenfc
This is from iOS 11 - the question was about what was new in iOS 12.
– jksoegaard
8 hours ago
This: codeworkshop.net/objc-diff/sdkdiffs/ios/12.0/CoreNFC.html The OP referred to NFC scope beyond ApplePay so I assumed that OP did not know about the expanded scope introduced in iOS 11. My fault.
– Gummibando
6 hours ago
Not all changes are reflected in SDK diffs. But yeah, maybe he didn’t know - but then it’s a different question altogether!
– jksoegaard
4 hours ago
add a comment |
CoreNFC framework has been introduced in iOS 11 for detection of NFC tags and reading NDEF info.
See Apple dev documentation for more information.
https://developer.apple.com/documentation/corenfc
CoreNFC framework has been introduced in iOS 11 for detection of NFC tags and reading NDEF info.
See Apple dev documentation for more information.
https://developer.apple.com/documentation/corenfc
answered 10 hours ago
GummibandoGummibando
3185
3185
This is from iOS 11 - the question was about what was new in iOS 12.
– jksoegaard
8 hours ago
This: codeworkshop.net/objc-diff/sdkdiffs/ios/12.0/CoreNFC.html The OP referred to NFC scope beyond ApplePay so I assumed that OP did not know about the expanded scope introduced in iOS 11. My fault.
– Gummibando
6 hours ago
Not all changes are reflected in SDK diffs. But yeah, maybe he didn’t know - but then it’s a different question altogether!
– jksoegaard
4 hours ago
add a comment |
This is from iOS 11 - the question was about what was new in iOS 12.
– jksoegaard
8 hours ago
This: codeworkshop.net/objc-diff/sdkdiffs/ios/12.0/CoreNFC.html The OP referred to NFC scope beyond ApplePay so I assumed that OP did not know about the expanded scope introduced in iOS 11. My fault.
– Gummibando
6 hours ago
Not all changes are reflected in SDK diffs. But yeah, maybe he didn’t know - but then it’s a different question altogether!
– jksoegaard
4 hours ago
This is from iOS 11 - the question was about what was new in iOS 12.
– jksoegaard
8 hours ago
This is from iOS 11 - the question was about what was new in iOS 12.
– jksoegaard
8 hours ago
This: codeworkshop.net/objc-diff/sdkdiffs/ios/12.0/CoreNFC.html The OP referred to NFC scope beyond ApplePay so I assumed that OP did not know about the expanded scope introduced in iOS 11. My fault.
– Gummibando
6 hours ago
This: codeworkshop.net/objc-diff/sdkdiffs/ios/12.0/CoreNFC.html The OP referred to NFC scope beyond ApplePay so I assumed that OP did not know about the expanded scope introduced in iOS 11. My fault.
– Gummibando
6 hours ago
Not all changes are reflected in SDK diffs. But yeah, maybe he didn’t know - but then it’s a different question altogether!
– jksoegaard
4 hours ago
Not all changes are reflected in SDK diffs. But yeah, maybe he didn’t know - but then it’s a different question altogether!
– jksoegaard
4 hours ago
add a comment |
Thanks for contributing an answer to Ask Different!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f348949%2fsomething-new-on-nfc-capability-on-ios12%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The first thing that comes to mind is that NFC is not compatible with most of the installed RFID access control (prox) readers. To get this compatibility with your phone, it will likely require an upgrade of your infrastructure.
– Allan
5 hours ago