Share ringtone to Garageband via UIActivityViewController

前端 未结 1 1462
野趣味
野趣味 2021-01-15 00:22

I am implementing an ringtone application and I would like to share the audio file to GarageBand to let users continue the process,

Here is the code on how I share th

相关标签:
1条回答
  • 2021-01-15 00:52

    There's no problem with this method for sharing a track on Garageband

    Just Make sure that your shared file Extension is "band"

    .appendingPathExtension("band") not anything else

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