0-24 hr timer resets after every ‘updateConversionValue’ call. Is there a limit on how long this can go on or can it be reset indefinitely?
SKAdNetwork: What is the max number of times 0-24 hrs timer can be reset?
Technically there is no limitation on updateCoversionValue calls, so in theory it could be infinite on its own.
Okay. But max delay for postback could be 65 days? App calls 'udpateConversionValue' once every day (with 24 hrs timer), it can call upto 2^6 times (6 bit conversion value) and extra 0-24 hrs after final timer expires. Is this correct?