Appstore Flutter common errors

OneSignal module not found

Add the following in the PodFile just before post_install do |installer| line

target 'OneSignalNotificationServiceExtension' do 

use_frameworks! pod 'OneSignal', '>= 2.9.3', '< 3.0' 

end

Comments

Popular posts from this blog

Publishing Flutter app

Solving flutter web app CORS policy