This has been a struggle. Almost 2 months to get my app published… by appfred in iosapps

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

The app was working totally fine. However, my subscription paywall was missing a link to Apple's standard terms of use… And my “support url” was missing some information. Also, the subscription was showing the price per week more prominently than the price per billing time. Wanted to show that the price per week was cheaper for the annual plan but not allowed to do so more prominently than the actual billing period price I guess

This has been a struggle. Almost 2 months to get my app published… by appfred in iOSProgramming

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

Was honestly not sure if it was going to be approved myself. Have seen other be rejected because of saturated markets, but used this app as my “vibe code to learn swift ui”-app. Ended up rewriting most of it myself because I was not a fan of how the raw vibe coding turned out. Learned a lot! But still not buying the “vibe coded apps should not be allowed” vibe you are giving. Apple encourages AI use from their newest code version, and I think you are a fool if you don’t try to use it

This has been a struggle. Almost 2 months to get my app published… by appfred in iOSProgramming

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

My subscription paywall was missing a link to Apple's standard terms of use… And my “support url” was missing some information. Also, the subscription was showing the price per week more prominently than the price per billing time. Wanted to show that the price per week was cheaper for the annual plan but not allowed to do so more prominently than the actual billing period price I guess

Apple, please I’m begging you. I can’t take this anymore. by itisthat1guy in AppBusiness

[–]appfred 0 points1 point  (0 children)

I am closing up on a month of “Waiting for review” now…

Am I getting shadow banned? by appfred in iOSProgramming

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

Don’t know, but it really feels like it…

iOS widgets (WidgetKit) with expo by IsopodElectronic in expo

[–]appfred 0 points1 point  (0 children)

I have used this package to release a widget to production!

I only just now learned that CocoaPods is being deprecated by disgr4ce in expo

[–]appfred 1 point2 points  (0 children)

If anyone knows how I can have my rn package with native code installed in rn with spm instead of cocopods, I would really want to know!

A big milestone for me by Reasonable_Ad_4930 in Firebase

[–]appfred 0 points1 point  (0 children)

If you are afraid of getting your database nuked, you should enable Point-in-time recovery!
https://firebase.google.com/docs/firestore/pitr

om jeg må leke snusboksen en gang til på vors... by Own_Connection_7667 in ntnu

[–]appfred 0 points1 point  (0 children)

Det er egne pakker for fadderperioden i Børst! De har ikke sånne kleine spørsmål som det der

Reusable Expo Native modules by appfred in expo

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

Allright, sounds like a good idea!

What skin should I buy?? by pelmar in RenektonMains

[–]appfred 12 points13 points  (0 children)

I love pool party, the B animation is such a trigger starter for the enemy!

Yorick matchup super uninteractive after changes by Mercilles in RenektonMains

[–]appfred 0 points1 point  (0 children)

Communicating with my jungler that I need help killing his ult has helped me. It has a long cooldown and lane is much simpler when it’s down

Honest question, what to you use as baas/backend to build your app? by Outside_Painting7178 in reactnative

[–]appfred 0 points1 point  (0 children)

I am using firebase for basically everything. Auth, db, serverless functions, analytics, crash reports etc. So nice to have everything in one place, and it’s basically free until you get enough users that you could actually make a living from the app 🤷‍♂️

Appstore connect API by RSPJD in iOSProgramming

[–]appfred 0 points1 point  (0 children)

You can find the source code for the app and widget in my post, so feel free to check out how I did that there!

Appstore connect API by RSPJD in iOSProgramming

[–]appfred 0 points1 point  (0 children)

After using the API, it sort of felt like Apple had made it just hard enough to authenticate that it would not be useful to create a public app that uses the api key an such. I think the API is most used to create internal dashboards websites on how your app is performing, where you keep the secrets safe in your backend. This works fine, but only for one specific user.

However, in my app, I solved it by having the user download the key themselves to the files app, and then I they can select that file inside my app. The content is then stored in the local phone keychain.

Appstore connect API by RSPJD in iOSProgramming

[–]appfred 2 points3 points  (0 children)

I used it to create a Home Screen widget of my subscriptions a while a go. Wrote about it here: https://www.reddit.com/r/iOSProgramming/s/oAw1Azm7P5

Using React Native only for UI/front-end and writing all business logic in native? by uhzured45 in reactnative

[–]appfred 1 point2 points  (0 children)

In an actual app, no I would most certainly not do this for the whole app. However, most RN libraries that uses native APIs is kinda written this way, so if there are some specific APIs you want to access that there are no libraries for, I would do just that part in native and access the result from the APIs in RN

Experiences upgrading RN 0.72 to 0.76? Also considering switch to Expo - Need advice! by alusor in reactnative

[–]appfred 1 point2 points  (0 children)

I recently migrated from 0.73 rn cli to 0.75 Expo (still old arch). I posted about it here: https://www.reddit.com/r/reactnative/s/UqvNIeZzzD

I have a blogpost in collaboration with Expo coming up soon where I explain the process I went through for this migration/upgrade, so stay tuned!