varmab / mangahub

0 stars 0 forks source link

Create Promo Codes #29

Closed leematsunami closed 4 years ago

leematsunami commented 4 years ago

We need to add the ability to provide codes to users so that they can be subscribed at no cost.

Their steps would include:

On start up of app, we need to validate their code every time. (mangamo can invalidate the code at any time so that user is unsubscribed)

The codes will be generated by us via database scripts.

@mangamojad please add to/revise this as you see fit!

varmab commented 4 years ago

It requires some research on how to use promo code in to in-app purchase in addition to above UI chanages. I am estimate it around 8 hours.

varmab commented 4 years ago

Approach

  1. Add promo code table in postgres to store promo codes
  2. When user enter promo code, verify against table
  3. If verified, allow user to watch mangas as they are like itunes subscribed users
  4. When promo code removed, App will verify and remove the access
leematsunami commented 4 years ago

On iPhone 11 Pro the HELP button is cut off. Please see attached.promo_code_200317.png

varmab commented 4 years ago

Released new version to TestFlight