PolyLingo - 8/6
·
Projects/PolyLingo_2025
Passed app review and downloadable !https://apps.apple.com/kr/app/polylingo-translator/id6748724404?l=en-GB ‎PolyLingo Translator‎Break down language barriers with Poly Lingo, the intelligent translation app that makes communicating across languages effortless and intuitive. Whether you're traveling, studying, or working with international colleagues, Poly Lingo provides instant,apps.apple.com
PolyLingo - 8/3, 8/4-5
·
Projects/PolyLingo_2025
8/3refactor: transform IAP tests to call actual service methodsReplace duplicated business logic tests with real TAPService method callsAdd comprehensive error scenario testing for production edge casesRestructure test files for better organization:iapService.basic.test.ts: Real method testingiapService.unit.test.ts: Enhanced business logic testsiapService. integration.test.ts: Complex workflow ..
PolyLingo - 7/28~30
·
Projects/PolyLingo_2025
7/28- [x] When purchasing a subscription plan during the initial setup after app installation, the Restore function requests a login upon entering the app, first saving user information. This information is then used to store subscription plans and usage data on the server.- [x] While synchronizing server usage in the app foreground, display a loading indicator in the app usage and subscription ..
PolyLingo - 7/25~26
·
Projects/PolyLingo_2025
July 25Prepared for proper sandbox testingLogging-in with actual account triggers the next flow which opens the sandbox purchase modal so I cannot use the sandbox account to log in. Fixed it so I can use sandbox account to test purchasing subs product.Debugging in progressReconfirmed whether subscription plan changes are properly reflected in settings and vice versaSync works correctly; delay ap..
PolyLingo - 7/22~24
·
Projects/PolyLingo_2025
What I did- Make a server to get the requests from Mobile app. This is required to protect private environment variables which are api keys and secrets. Use vercel to deploy the nextjs-server. also applied rate limits and other validations.- Fixed translation malfuction that it cannot make proper api calls because of the empty environment variables in expo project dashboard.- Test subscription f..
PolyLingo - 7/20,21
·
Projects/PolyLingo_2025
What I did- Connect supabase to administrate subscription and usage of user.- Make logics to synchronize the usage of users when - entering app - choosing an subscription plan - searching - restore the subscription plan- Fix usage-initialization to 0 problem when reinstalling the app in case no login with apple ID- Solve subscription plans missing metadata ThoughtsWhile testing and completi..