ios - iOS7 receipt contains CFBundleVersion instead of CFBundleShortVersionString -


i trying convert paid app freemium using newly available receipts on ios7, , while i'm there doing receipt validation.

i bit confused because receipts returning cfbundleversion both current , original version not cfbundleshortversionstring against should verify receipt according apple.

did else experience this? should allow receipt validation succeed checking against cfbundleversion, or temporary?

so turns out ios receipts not use cfbundleshortversionstring orignial version , current version, cfbundleversion. see details here. difference mac receipt, using mac receipt validation code ios should aware of this.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -