Good morning,
I hope to find someone who knows better than me regarding reading NFC tags
I'll explain what happens:
if I read my card [iso 7816 nfc card with fingerprint reader] everything is fine.
If I bring another card near it, for example the Italian tax code, it reads OK (so in the UI it says that it has been read) in the usual entitlement error log
I honestly would prefer it to show the error: self.nfcSession?.invalidate(errorMessage: "Not a WiBioCard Otp Card")
while I have precisely in the UI that everything went well.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
UICollectionView vision becomes small for a few seconds when cell tap
See image
[Before]
[After]
In practice, when I press on the cell (tap) it should tag the element, on iOS 17 it works perfectly, on iOS 15.8.1 however it has the ugly effect of shrinking the entire content of the collectionview for a few seconds.
Can anybody help me ?
I don't know where to look anymore
Hi,
Maybe someone here can help me ...
I have an app (ios xcode swift) that I need to distribute unsigned.
So far so good (in the xcode project target settings I have inserted the field: 'CODE_SIGNING_ALLOWED setting for release' NO '. In this way using' Archive 'I get the package in xcarchive format.
Just a problem, the app has some 'entitlement' settings like push notifications, background use of bluetooth .. .etc.
When my client tries to distribute the app with 'Organizer', he signs it with his certificate and provisioning file, and then downloads to the app store.
but I always get the error 'ITMS-90078: Missing Push Notification Entitlement'
Has anyone of you already distributed an app with the 'manual' signature as I do in practice?