Macro206
Macro206

Reputation: 2163

Does Apple allow "Fake iOS Frameworks"?

I recently stumbled across templates by Karl Stenerud, and I find them amazing. I was wondering if Apple allows them, of if Apple is against them. I just want to be sure.

Upvotes: 3

Views: 829

Answers (2)

AW101
AW101

Reputation: 1640

Not sure "Fake" is the right word for them, maybe "custom" is better. Yes, custom frameworks are allowed. Only access to Apples private API will cause a rejection.

Upvotes: 4

Marty
Marty

Reputation: 6184

I'm using them in my apps too. Since they're static frameworks, there's nothing in them that Apple won't allow in the app store. They're pretty much just a static library with media files bundled.

Upvotes: 7

Related Questions