Posts

Post not yet marked as solved
0 Replies
269 Views
.Hello,When generating managed objects code from the model, I noticed XCode prefer to use NSSet over enforcing type-safety Set<MyOtherManagedObject>. As tempted as I am to leverage Swift type safety, I can't help but to think that there's a good reason for XCode to do this.Does the built-in faulting mecanism still work if I replace NSSet with Set<MyOtherManagedObject>, or does core data has no choice but to unfault in order to enfore the type-safety?Or is there any reason to prefer to use NSSet over Set<MyOtherManagedObject>?
Posted Last updated
.
Post not yet marked as solved
1 Replies
360 Views
I am trying to integrate this grey box (see photo here) into the app experience to let a user buy another app within my app. I do not want how to make "in app purchases" i.e. upsell subscriptions. For example, if I have an app A, and I have an add for app B in my app, I want to let the user download app B without ever leaving my app. The facebook app does this. I am trying to figure out:(1) what kit does this use to create the grey download box(2) what is the proper term for this feature, i.e. what do I call to search this functionality Let me know if this should be moved to a different place or have differnt tags/
Posted Last updated
.