- contact apple developer, now if enrolling for a organisation account, same domain website is compulsary

- Completed the blogs detail screen, also handled the language change.
- added a nsnotification to handle the sidebar only on home an my list
- Added api for like , unlike , fav remove, with data models.
- handled the like unlike realtime, without the extra network call.
- added realtime language change will update the fav cells.
This commit is contained in:
Bilal
2024-06-14 21:27:18 +05:30
parent 3754a7f75b
commit a8f0b7b662
27 changed files with 1098 additions and 80 deletions

View File

@@ -41,3 +41,14 @@
"कराओके" = "KARAOKE";
"दुकान" = "SHOP";
"वोका का अन्वेषण करें" = "Explore WOKA";
/*
My List
*/
"वेबसीरीज (अंग्रेजी)" = "WebSeries (English)";
"वेबसीरीज (हिंदी)" = "WebSeries (Hindi)";
"ऑडियो पुस्तकें" = "Audio Books";
"कराओके" = "Karaoke";
"खेल" = "Games";

View File

@@ -204,3 +204,14 @@
"KARAOKE" = "कराओके";
"SHOP" = "दुकान";
"Explore WOKA" = "वोका का अन्वेषण करें";
/*
My List
*/
"WebSeries (English)" = "वेबसीरीज (अंग्रेजी)";
"WebSeries (Hindi)" = "वेबसीरीज (हिंदी)";
"Audio Books" = "ऑडियो पुस्तकें";
"Karaoke" = "कराओके";
"Games" = "खेल";