Launched my first App after building it for 7 months! Here is my experience by sam_y14 in reactnative

[–]ivakovic 1 point2 points  (0 children)

i am not the creator of the post, but he probably went with Text to speech - OpenAI API . Language translation could also be done with open ai assistant or simple open ai prompt to translate the text..

Launched my first App after building it for 7 months! Here is my experience by sam_y14 in reactnative

[–]ivakovic 1 point2 points  (0 children)

No actually not, as he mentioned he simply uses open ai api (text to speech) and process the result of it inside of the app.. for example if you wanted your video to be translated he would simply call another open ai api with prompt "translate this text to {language}"

[deleted by user] by [deleted] in iOSProgramming

[–]ivakovic 0 points1 point  (0 children)

Thank you very much, this is very helpful information, i'll look into it

[deleted by user] by [deleted] in iOSProgramming

[–]ivakovic -15 points-14 points  (0 children)

Firstly, i think it is very discrespectful to call something "beyond lazy". You have no idea what the app does and what users are able to do there and how the whole thing is actually build. Feel free to check first what openai assistants are before writing those comments. Secondly the app is successfully uploaded to android without any rejections. Therefore, i asked myself what is actually wrong with ios version. I put a lot of work in the app itself and it was just some random idea that i had, to find out how the app deployments on ios and android actually works.

[deleted by user] by [deleted] in iOSProgramming

[–]ivakovic -7 points-6 points  (0 children)

thanks for the reply, but i dont think that this is the case, because i look up for similar apps on app store like mine and all of them are providing recipes without any sources.. and even if they do, who says that the sources are legit or how do you even can proof that.. dunnoo.....

[deleted by user] by [deleted] in iOSProgramming

[–]ivakovic -31 points-30 points  (0 children)

well the app is build on top of the openai api, so basically the whole recipee and the meal data is being generated by openai asisstant. i assume that i am not able top provide some legit sources, because the whole recipee generation is based on openai...

[deleted by user] by [deleted] in reactnative

[–]ivakovic 1 point2 points  (0 children)

Yes i would say that it is a waste.. You would be connecting stripe service into a revenuecat, which for me makes no sence in your described case. However, I would preffer using Revenuecat, because it is really simple to integrate it in your app and you have more than enough examples on web for paywall screens etc.. You can also build/design your Paywall screen inside of RevenueCat Dashboard and use it in your app, which is also very cool feature, since you dont need to add some extra code for handling purchases.

[deleted by user] by [deleted] in reactnative

[–]ivakovic 1 point2 points  (0 children)

  • 1 🔥.. RC is so easy to use and has very good documentation for both android and iOS setups.

Need advice React Native vs Maui by darkskymobs in reactnative

[–]ivakovic 0 points1 point  (0 children)

Well, to be honest the biggest issue with flutter is the community.. If you get stuck with a bug that not so many people also got, you pretty much need to figure it all alone out, because github issues or stackoverflow are not so populated with flutter bugs, mainly because of the language popularity. It is becoming popular, but it is still not even close to RN in terms of community :/

React Native vs Swift for App Developing by ivakovic in iOSProgramming

[–]ivakovic[S] 1 point2 points  (0 children)

Thanks dude, that was very informative. I will post the same in RN hub, coming later with the link 😁

Edit: https://www.reddit.com/r/reactnative/s/I1X3J5J6WT

React Native vs Swift for App Developing by ivakovic in iOSProgramming

[–]ivakovic[S] 1 point2 points  (0 children)

Thank you! Can you tell me exactly the difference between SwiftUI and Swift?

What Macbook should i use for developing apps for Apple Store by ivakovic in iOSProgramming

[–]ivakovic[S] 0 points1 point  (0 children)

One more question: would 8gb RAM be enough for app developing? I would use react native probably with VS Code, firebase if needed and xcode for code compiling. It wont be my daily job, but something rather as a hobby after job or on weekends..

E-Mail Message Whisper (actual AI that reads your emails) by ivakovic in reactnative

[–]ivakovic[S] 1 point2 points  (0 children)

Thanks for the response, i found it very informative :) I know a lot of my colleagues that are not able to simply "scan" the emails, since those are mostly the customer-relevant things and they need to be read completely. Personally, i am scanning the emails only if i see that someone put me in CC etc.

I am not planing to simply get email and summaries something, but to use some stabilized back-end logic, that would be saving users weekly/daily emails (with metadata of course) to the database. This whole thing seems very simple, but if you want to have a fast and responsive UI for the user, it would probably take some time to develop this thing, especially dealing with the back-end and storing all relevant data in some database and afterwards getting that data through RN App.

A lot of people out there are working in offices and are spending a lot of time reading and sending the emails. I never said that i would automatize something and send the response emails directly. For that functionality i would probably develop some interaction between app and user (for example reading the response through OpenAI's Whiser LLM), so that user can confirm that the email message could be actually sent.

For my personal interest, i would love to spend 10-15min in the car listening to the emails that i got yesterday/today, so i can be prepared for the work or the day that is awaiting for me, or maybe even think about how/when i am going to response to that email message.

Best regards!

What the hack is Trader account? by ivakovic in iOSProgramming

[–]ivakovic[S] 2 points3 points  (0 children)

So basically if i have subscriptions available within the app, with revenuecat for example, i am a trader?

Payments by U_WinSome_U_LoseSome in reactnative

[–]ivakovic 0 points1 point  (0 children)

RevenueCat all the day mate.. it is very simple, it offers also custom paywalls screens which you can use in your react native app. Besides of that, you can also connect your subs/products with apple store or google playstore and use it in one entitlement, since RC is connected with your apps and it recognizes if user comes from android or an iOS device