ios - App crashes after purchasing auto renewable purchase with trial -


i have been trying implement auto renewable subscription (ars) trial period. had app ars implemented , working fine. wanted add trial period in these subscriptions. testing purpose created 2 new products trial period of 1 month set in them.

now in sandbox environment, when try purchase these 2 new products sandbox id had taken subscription, process goes smoothly without issue. when try purchase them new sandbox account, app crashes after reaching updatedtransaction observer method. in method, have received receipt of product purchase , whole transaction details. app crashes after this. restore purchase same product works fine.

below crash log , snapshot:

terminating app due uncaught exception 'nsinvalidargumentexception', reason: '* -[__nsdictionarym removeobjectforkey:]: key cannot nil' * first throw call stack: (0x186c081c0 0x18564055c 0x186b06534 0x100f052a4 0x19362ded8 0x1022e925c 0x1022e921c 0x1022ee284 0x186bb5f2c 0x186bb3b18 0x186ae2048 0x188565198 0x18cabc628 0x18cab7360 0x10065831c 0x185ac45b8) libc++abi.dylib: terminating uncaught exception of type nsexception

snapshot

snapshot line of crash selected


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -