carverauto / flutter

🚨 ChaseApp opensource mobile app - follow live police chases 🚔
https://chaseapp.tv
MIT License
3 stars 0 forks source link

Feature - Apple in-app events #218

Open mfreeman451 opened 1 year ago

mfreeman451 commented 1 year ago

When we have a live chase, we should create an in-app-event

Live Event: Activities that occur in real-time that all users can experience simultaneously — for example, a sports match or livestreamed concert. These events should provide users with new content, features, or goods.

We can use this as a way to promote the app within the app-store

https://developer.apple.com/app-store/in-app-events/

rutvik110 commented 1 year ago

Nice! Doesn't seem to take much efforts from our side. Basically we need to add the share for chase within the app here. to recieve it. Easy peezy!

Screenshot 2022-10-26 at 11 24 48 PM
rutvik110 commented 1 year ago

You can probably set up some backend function that would create this in-app events with the share link. I'll share some details here on how I'm creating the sharable link in the app rn. you can do the same on backend side.