ios8 - What is the SKPaymentTransactionStateDeferred flow of alert messages by Apple? -


with ios8, apple introduced new skpaymenttransactionstatedeferred state iap transactions. (e.g., see https://developer.apple.com/library/ios/technotes/tn2259/_index.html). amongst various issues (like, how test this!?), don't know flow of apple alerts looks state. example, when app gets skpaymenttransactionstatepurchased state, apple has given message "thank you. purchase successful." deferred state? apple give user (e.g., child) alert message? if so, it? if apple doesn't give alert, want this.

i guess create new apple id fake child, , set me being parent of fake child.

anyone seen how deferred state works in production environment?

it seems i've found answer, looking in docs ask buy (http://support.apple.com/en-us/ht201089). apple explicitly includes in-app purchases in docs, , user (a child) given alert:

enter image description here

so seem clear don't have put put alert of own!

presumably wording of alert differs iap's-- i'd still see specific message looks like.

note1: see how test skpaymenttransactionstatedeferred? example of iap alerts in sandbox.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -