Reputation: 157
I'm learning iOS app development, and I want to add sirikit support to my app? Is there any way I can do it without a paid Apple Developer Program membership?
I set Siri to YES in the .entitlements file, but I can only run my app on a simulator, not a physical device. I would like to test my app on a physical device. When I try to run it on my iPhone, xcode informs me that my development team does not support the Siri capability.
Is there some way around this restriction? I'm creating iOS apps as a hobby, and I can't afford to pay $99 a year.
Upvotes: 0
Views: 497
Reputation: 1044
You need developer account, read here what is supported for free accounts.
Upvotes: 2