You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When apm generates the description, it is not easy to understand which extension missed the parameter value.
For example, apm gives me this message: generate/app-descriptor :: Parameter not valid: bundleSeedId=.
And it would be much faster to find context of this parameter if this message would contain info that this parameter is related to Push Notification One Signal extension.
The text was updated successfully, but these errors were encountered:
Or if you just set that particular value you will get documentation as well:
apm project config set bundleSeedId
Outputs:
# [com.distriqt.PushNotifications]: Bundle Seed Id (or App ID Prefix) for your iOS application
# See: https://docs.airnativeextensions.com/docs/pushnotifications/apple/apple-push-notification-service
bundleSeedId= (required)
Set []:
generate/app-descriptor :: Parameter not valid: bundleSeedId=.
# [com.distriqt.PushNotifications]: Bundle Seed Id (or App ID Prefix) for your iOS application
# See: https://docs.airnativeextensions.com/docs/pushnotifications/apple/apple-push-notification-service
When
apm
generates the description, it is not easy to understand which extension missed the parameter value.For example,
apm
gives me this message:generate/app-descriptor :: Parameter not valid: bundleSeedId=
.And it would be much faster to find context of this parameter if this message would contain info that this parameter is related to Push Notification One Signal extension.
The text was updated successfully, but these errors were encountered: