How to figure out the app ID programmatically at runtime?

后端 未结 4 1936
刺人心
刺人心 2021-02-14 09:12

Is there a way to do that? I would hate it to hard-code the app ID somewhere...

4条回答
  •  粉色の甜心
    2021-02-14 09:44

    try reference THIS on developer.apple.com. (need account on developer appleID)

    U can use like below. add AVFoundation.Framework to your Project. import header "AVFoundation/AVFoundation.h"

    U can use constants below. NSString *const AVMetadataiTunesMetadataKeyAppleID;

提交回复
热议问题