Hi All,
I was curious how other devs handle ad-free upgrades and similar items in their apps. Specifically, dealing with ensuring ads no longer run after a user has made a purchase.
Right now I feel my implementation is kind of crude; basically checking each launch for what's purchased (that's fine) and then setting IsEnabled on everything ad related I can to false, and setting visibility to collapsed on all items.
Anyone else have a more, "best practice" way of handling this, or just want to share your opinion?
I was curious how other devs handle ad-free upgrades and similar items in their apps. Specifically, dealing with ensuring ads no longer run after a user has made a purchase.
Right now I feel my implementation is kind of crude; basically checking each launch for what's purchased (that's fine) and then setting IsEnabled on everything ad related I can to false, and setting visibility to collapsed on all items.
Anyone else have a more, "best practice" way of handling this, or just want to share your opinion?