emqx / CocoaMQTT

MQTT 5.0 client library for iOS and macOS written in Swift
https://www.emqx.com/en
Other
1.59k stars 418 forks source link

Does MQTT support App Clip? #443

Closed Creolophus closed 2 years ago

Creolophus commented 2 years ago

Hi, I can't find any info about MQTT on App Clip? Could anyone help me?

leeway1208 commented 2 years ago
target 'Example' do
    pod 'CocoaMQTT'
end

target 'ExampleClips' do
    pod 'CocoaMQTT'
end

hi. try one more target.