Hello all,
In my app I am using celestial framework in order to control my volume application from the iPhone button volume.
Do you think I can be rejected by Apple ?
Thansk for your advice.
Thierry
Hello all,
In my app I am using celestial framework in order to control my volume application from the iPhone button volume.
Do you think I can be rejected by Apple ?
Thansk for your advice.
Thierry
Since Celestial
is linked by UIKit
, you can access the classes using objc_getClass
even though you haven't linked to the framework directly. Still, there's a chance it could be rejected.
Example:
AVSystemController *avsc = [objc_getClass("AVSystemController") sharedAVSystemController];