How to send in-app announcements to people using my iOS app?

后端 未结 1 1920
被撕碎了的回忆
被撕碎了的回忆 2021-01-26 23:06

I have a couple apps on the Apple App Store and would like some way to send announcements to users whenever I want. Basically, I want to remotely change the text of an IUA

1条回答
  •  深忆病人
    2021-01-26 23:37

    One way to do this is to have your app periodically (or upon each launch) check a file on a website that you control and if there is changed text (or a version number, or newer date than the last time an alert was displayed) there, then display that changed text in your UIAlertView.

    0 讨论(0)
提交回复
热议问题