airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

Pushnotifications Missing after APM Install #132

Closed urthling closed 2 years ago

urthling commented 2 years ago

The following are missing, the pushnotifications folder does not exist, although the PushNotifications.ane is in the descriptor


        import com.distriqt.extension.pushnotifications.AuthorisationStatus;
    import com.distriqt.extension.pushnotifications.PushNotifications;
    import com.distriqt.extension.pushnotifications.Service;
    import com.distriqt.extension.pushnotifications.events.AuthorisationEvent;
    import com.distriqt.extension.pushnotifications.events.PushNotificationEvent;
    import com.distriqt.extension.pushnotifications.events.PushNotificationGroupEvent;
    import com.distriqt.extension.pushnotifications.events.RegistrationEvent;
urthling commented 2 years ago

These too. I did install Firebase Storage but had to install again. So, now it is in the descriptor but still not available -- storage folder does not exist:


        import com.distriqt.extension.firebase.storage.FirebaseStorage;
    import com.distriqt.extension.firebase.storage.StorageMetadata;
    import com.distriqt.extension.firebase.storage.StorageReference;
    import com.distriqt.extension.firebase.storage.UploadTask;
    import com.distriqt.extension.firebase.storage.events.UploadTaskEvent;

Tried an apm update -- no change

urthling commented 2 years ago

Ah, for some reason had to manually add those two via my IDE